summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-04Merge pull request #3468 from ByteHamster/androidxH. Lehmann
Migration to AndroidX
2019-10-04Fixed compilation in new fileByteHamster
2019-10-04Moved SafeJobIntentService to correct packageByteHamster
2019-10-04Fixed preferences testsByteHamster
2019-10-04Fixed compilationByteHamster
2019-10-04Add gradle propertiesMartin Fietz
2019-10-04Extend proguard rulesMartin Fietz
2019-10-04Adapted dependency versions to stable onesByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-04Merge pull request #3486 from ByteHamster/checkstyle-googleH. Lehmann
Added best-practice checkstyle checks
2019-10-04Merge pull request #3489 from ByteHamster/fix-progress-bar-missingH. Lehmann
Fixed missing progress bar on position update
2019-10-04Merge pull request #3490 from ByteHamster/fix-about-screen-updateH. Lehmann
Fix about screen update
2019-10-04Merge pull request #3485 from ByteHamster/statistics-chartH. Lehmann
Added pie chart to statistics
2019-10-03Little cleanup of filterAbout taskByteHamster
2019-10-03Always update about screen commitByteHamster
2019-10-03Fixed missing progress bar on position updateByteHamster
2019-10-03Added best-practice checkstyle checksByteHamster
This are the style guidelines I want to enforce throughout the project in the future. Currently, huge parts of the app do not pass these checks but when developing something new, we should add those checks to our IDEs. They are basically the Google checks but with an increased line length from 100 to 120 characters and using 4 instead of 2 spaces for indentation.
2019-10-03Cleaned up code styleByteHamster
2019-10-03Enabled antialiasingByteHamster
2019-10-03Added pie chart to statistics pageByteHamster
2019-10-03Converted statistics to RecyclerViewByteHamster
2019-10-02Merge pull request #3372 from ByteHamster/notification-default-iconH. Lehmann
Updated default notification icon
2019-10-02Changed color of default notification iconByteHamster
2019-10-02Merge branch 'develop' into notification-default-iconByteHamster
2019-10-02Merge pull request #3482 from ByteHamster/exoplayer-log-sourceH. Lehmann
Added logging to ExoPlayer
2019-10-02Merge pull request #3426 from ByteHamster/feedinfo-fragmentH. Lehmann
Feedinfo page animation
2019-10-02Added logging to ExoPlayerByteHamster
2019-10-02Added feed title to ActionBarByteHamster
2019-10-02Merge pull request #3477 from orionlee/test_download_service_event_postingH. Lehmann
Test download service event posting
2019-09-30test refactor - move the common FeedItemEventListener test helper to the ↵orionlee
proper event/ package.
2019-09-30test refactor - extract common FeedItemEventListener test helper.orionlee
2019-09-30test for DownloadService, case media download successful.orionlee
2019-09-30Merge pull request #3476 from ByteHamster/fix-feed-without-identifying-valueH. Lehmann
Fixed feed without any identifying value
2019-09-30Merge pull request #3471 from ↵H. Lehmann
orionlee/bugfix2_player_not_using_downloaded_media_2947 New fix player stuck due to streaming rather than using downloaded media
2019-09-30test tweak - ensure playback queue updated after download - use more concise ↵orionlee
assertTrue/False
2019-09-30test refactor - ensure playback queue updated after download - make test ↵orionlee
logic more readable by hiding EventBus setup in a helper.
2019-09-30test tweak - ensure playback queue updated after download - await for the ↵orionlee
event explicitly.
2019-09-30test tweak - ensure playback queue updated after download - follow de-facto ↵orionlee
convention for test feeds
2019-09-30Fixed feed without any identifying valueByteHamster
2019-09-30Fixed sharing ViewModel with multiple feedsByteHamster
2019-09-30Merge pull request #3472 from ByteHamster/do-not-spam-logcatH. Lehmann
Reduced logcat output
2019-09-30Merge pull request #3473 from ByteHamster/statistics-fragmentH. Lehmann
Updated statistics ui
2019-09-29Updated statistics layoutByteHamster
2019-09-29Converted statistics to fragmentByteHamster
Also set title of all preferences pages
2019-09-29Added ViewModel to FeedInfoFragment for even smoother animationByteHamster
2019-09-29Using FeedSettingsFragment without ActivityByteHamster
2019-09-29Reduced logcat outputByteHamster
2019-09-29bugfix: Ensure when media download completes and item update event is ↵orionlee
posted, the feed media has been updated,
2019-09-29bugfix: Ensure playback service use the updated feedItem after media ↵orionlee
download completes (rather than trying to stream)
2019-09-29Merge pull request #3470 from ByteHamster/playbackservice-save-current-playableH. Lehmann
Moved storing PlaybackPreferences to PlaybackPreferences.java