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
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 #497David-Development
2017-02-01Fix #549David-Development
2017-01-30Merge pull request #542 from stefan-niedermann/masterDavid-Development
2017-01-06Fix #538David-Development
2016-12-15Nextcloud Theme (#541)Stefan Niedermann
2016-08-29fix app crash (npe)David Development
2016-08-28Update EventBus / Replace AIDL by EventBusDavid Development
2016-03-29Bugfix / RefactoringDavid Luhmer
2016-01-26Fix #434David Development
2016-01-26Fix #445 (Show progress notification when downloading podcasts)David Development
2016-01-26Fix #463 - also call DownloadFinished if download for one image failed (e.g. ...David Development
2016-01-17Fix threading (Race condition) issue with avg-color calculationDavid Development
2016-01-14Refactoring and Fix #349David Development
2016-01-14Fix #374David Development
2015-11-27Removed deprecated OnUtteranceCompletedListener.Christine Emrich
2015-11-17Disabled "unused declaration" warning for TAG variables.Christine Emrich
2015-11-16Removed unused imports.Christine Emrich
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-09-19optimize importsDavid-Development
2015-09-18Remove youtube downloaderDavid-Development
2015-08-24FIx #390David-Development
2015-08-24RefactoringDavid-Development
2015-08-18Hide PodcastFragment when Podcast is completed.Daniel Schaal
2015-08-18Cancel PodcastNotification when PlaybackService is destroyedDaniel Schaal
2015-08-18Stop PodcastPlaybackService when inactive on unBind.Daniel Schaal
2015-08-18Set ProgressBar values for download progress in ViewHolderDaniel Schaal
2015-07-20Fix android lint issues/hintsDavid Development
2015-07-19refactoringDavid Development
2015-07-19Use Universal Image Loader, remove Picasso and custom cacheDaniel Schaal
2015-07-19Change minSdk to 14, remove workarounds for older api levelsDaniel Schaal
2015-07-18Merge pull requestDavid Development