Age | Commit message (Collapse) | Author |
|
Migration to AndroidX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added best-practice checkstyle checks
|
|
Fixed missing progress bar on position update
|
|
Fix about screen update
|
|
Added pie chart to statistics
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Updated default notification icon
|
|
|
|
|
|
Added logging to ExoPlayer
|
|
Feedinfo page animation
|
|
|
|
|
|
Test download service event posting
|
|
proper event/ package.
|
|
|
|
|
|
Fixed feed without any identifying value
|
|
orionlee/bugfix2_player_not_using_downloaded_media_2947
New fix player stuck due to streaming rather than using downloaded media
|
|
assertTrue/False
|
|
logic more readable by hiding EventBus setup in a helper.
|
|
event explicitly.
|
|
convention for test feeds
|
|
|
|
|
|
Reduced logcat output
|
|
Updated statistics ui
|
|
|
|
Also set title of all preferences pages
|
|
|
|
|
|
|
|
posted, the feed media has been updated,
|
|
download completes (rather than trying to stream)
|
|
Moved storing PlaybackPreferences to PlaybackPreferences.java
|