Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-17Fix #361David Development
2015-07-14Only start PodcastPlaybackService when actually playing a podcast.Daniel Schaal
2015-06-26Use getQuantityString for strings with quantities.Daniel Schaal
2015-06-15Fix #348David Development
2015-05-30Fix #345David Development
2015-04-11Fix app crash on emulatorDavid Development
2015-04-03Fix issues with service getting destroyedDavid Development
2015-03-29Purging the cache actually empty itOlivier Trichet
File.delete() returns 0 on a deleted file: the calculated cache size would never decrease during a purge.
2015-03-29Do not add bytes and Mbytes to calculate file sizeOlivier Trichet
file.length() returns size as byte, while the variable size was MByte. Thus "size -= file.length()" is incorrect.
2015-03-29Remove not null check on 'this' (not null by definition)Olivier Trichet
2015-03-29Remove unused class BitmapDrawableLruCacheOlivier Trichet
2015-03-29Close notification in the status bar when a postcast endsOlivier Trichet
2015-03-06Improve image cachingDavid Development
2015-01-17code cleanup/refactoringDavid Development
2015-01-10basic implementation of #288David Development
2014-12-27Fix #296David Development
2014-12-13Fix access to the first element of an empty listOlivier Trichet
Avoid message "Error while downloading image" upon synchronization when image caching is enabled.
2014-11-29Fix #236David Development
2014-11-08Fix #272 - use threads instead of asynctasksDavid Development
2014-10-16Update to 0.7.6David Development
2014-09-20Update podcast supportDavid Development
2014-09-02Update podcast featureDavid Development
2014-09-01Improve podcast featureDavid Development
2014-09-01Fix issue with color stripDavid Development
2014-08-31Improve image pre-cachingDavid-Development
2014-07-28Update Backend to ORM/Remove abs -> appcompatDavid Development
2014-07-11Add option to start podcasts from detail viewDavid Development
2014-07-04update podcast supportDavid Development
2014-07-04Update podcast supportDavid Development
2014-06-25Update podcast supportDavid Development
2014-06-23Add podcast supportDavid Development
2014-04-21Performance UpdateDavid Development
2014-01-24update project structureDavid-Development
2014-01-24Update project structure for gradle build systemDavid-Development