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 (Expand)Author
2021-02-28Use application context to avoid leaking servicesUnpublished
2018-12-27Fix ANR due to blocking call on main thread (fix #713)David Luhmer
2018-12-14fix #696 - no automatic sync due to immediate destroy of service (disposable ...David Luhmer
2018-10-28fix some codacy issuesDavid Luhmer
2018-10-21Fix codacy issuesDavid Luhmer
2018-08-19improve unread notification (fix #645, fix #630)David Luhmer
2018-08-19fix lint issues / add disposable for rxjava observablesDavid Luhmer
2018-08-19code cleanupDavid Luhmer
2018-08-19remove support for tesla launcherDavid Luhmer
2018-06-18Refactoring / Update to match latest SSO APIDavid Luhmer
2017-10-19Fix #583 (App crashes on Android 8)David Luhmer
2017-06-20Small fixes / improvementsDavid Luhmer
2017-06-20possible fix of app crash (nexus 5 - IllegalStateException)David Luhmer
2017-05-29Fix App Crash (UndeliverableException - RxJava2)David Luhmer
2017-05-27Fix FavIcon issues / Updated ImageLoader init (use di injection) / Update Pro...David Luhmer
2017-05-26Update Dependencies / Add Dependency Injection / Use Retrofit for Sync / Fix ...David Luhmer
2017-02-01Fix #549David-Development
2017-01-06Fix #538David-Development
2016-08-28Update EventBus / Replace AIDL by EventBusDavid Development
2016-01-14Refactoring and Fix #349David Development
2016-01-14Fix #374David Development
2015-11-16fix #410David-Development
2015-10-03Keep track of sync state in OwnCloudSyncServiceDaniel Schaal
2015-10-03Add StopWatch to time synchronizationDaniel Schaal
2015-10-03Make all AsyncTasks return ExceptionsDaniel Schaal
2015-10-03Remove task_id from OnAsyncTaskCompletedListenerDaniel Schaal
2015-10-03Use the same OnAsyncTaskCompletedListener for all tasks.Daniel Schaal
2015-10-03Parallelize AsyncTasks in OwncloudSyncServiceDaniel Schaal
2015-10-03Use a Future to get the api version.Daniel Schaal
2015-10-03Convert OwnCloud_Reader to a singletonDaniel Schaal
2015-09-29Fix url issues since HttpUrl is used.David-Development
2015-09-25Move TaskId constants to AsyncTask_* classesDaniel Schaal
2015-09-25Make FeedItemTags an enum class, add String values to enum constantsDaniel Schaal
2015-09-23Port HttpJsonRequest to OkHttpDaniel Schaal
2015-09-23Only check for API version on first sync.Daniel Schaal
2015-09-23Remove IReader interface, directly use Owncloud_ReaderDaniel Schaal
2015-07-20Fix android lint issues/hintsDavid Development
2015-06-26Use getQuantityString for strings with quantities.Daniel Schaal
2015-04-03Fix issues with service getting destroyedDavid Development
2015-01-17code cleanup/refactoringDavid Development
2014-01-24Update project structure for gradle build systemDavid-Development