Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | Simplify build | Hannes Achleitner | |
2018-04-04 | replace old ActionBarActivity with AppCompatActivity | Hannes Achleitner | |
2018-04-02 | Merge remote-tracking branch 'upstream/develop' into layout-improvements | ByteHamster | |
2018-03-16 | Only write queue order to database on drag release for the podcast queue. | Matthew Gaffen | |
This prevents large numbers of db writes in quick succession. This is a particular problem for large queue lengths. Fixes #2562 and potentially fixed #2573 | |||
2018-02-05 | Do not flicker when pressing back arrow | ByteHamster | |
2018-01-28 | Fix for #2555 - can't open Preferences activity when there are stored WiFi ↵ | Oliver Crow | |
connections with null SSID. | |||
2018-01-21 | Add missing spaces | Martin Fietz | |
2018-01-21 | Minor refactorings | Martin Fietz | |
2018-01-21 | Merge branch 'develop' into refactor | Martin Fietz | |
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java | |||
2018-01-21 | Merge pull request #2445 from ByteHamster/export | Martin Fietz | |
Database import/export | |||
2018-01-21 | Merge pull request #2543 from gaul/static-final | Martin Fietz | |
Make some static fields final | |||
2018-01-20 | Make some static fields final | Andrew Gaul | |
Adding final prohibits modification and allows initialization of primitive and String fields at compile time instead of runtime in clinit: https://developer.android.com/training/articles/perf-tips.html#UseFinal Found via error-prone. | |||
2018-01-20 | Make some inner classes static | Andrew Gaul | |
This avoids an implicit this field and can help GC. Found via error-prone. | |||
2018-01-14 | Variable cannot be final | Martin Fietz | |
2018-01-14 | Remove catch for exception that is never thrown | Martin Fietz | |
2018-01-14 | static modifier is redundant for inner enums | Martin Fietz | |
2018-01-14 | Remove redundant throws clauses | Martin Fietz | |
2018-01-14 | Add final modifiers | Martin Fietz | |
2018-01-14 | Weaken declaration access | Martin Fietz | |
2018-01-14 | Use bulk operation instead of iteration | Martin Fietz | |
2018-01-14 | Synchronization field must be final | Martin Fietz | |
2018-01-14 | Remove unused imports | Martin Fietz | |
2018-01-14 | Replace explicit type with <> | Martin Fietz | |
2018-01-14 | Replace statement lambda with expression lambda | Martin Fietz | |
2018-01-14 | Replace anonymous type with lambda | Martin Fietz | |
2018-01-13 | Refactor | Martin Fietz | |
2018-01-10 | Remove superfluous logging | Martin Fietz | |
2018-01-10 | Do not treat position as fixed | Martin Fietz | |
2018-01-10 | Avoid NPEs | Martin Fietz | |
2018-01-10 | Use DecimalFormat | Martin Fietz | |
2018-01-10 | Silence warning | Martin Fietz | |
2018-01-10 | Simplify | Martin Fietz | |
2018-01-10 | Replace deprecated method | Martin Fietz | |
2018-01-10 | Simplify | Martin Fietz | |
2018-01-10 | Replace deprecated method | Martin Fietz | |
2018-01-10 | Avoid NPE | Martin Fietz | |
2018-01-10 | Remove assertions | Martin Fietz | |
2018-01-10 | Suppress inspection | Martin Fietz | |
2018-01-10 | Custom views extend AppCompatImageView instead of ImageView | Martin Fietz | |
2018-01-10 | Merge pull request #2534 from AntennaPod/sdk_int_lt_14 | H. Lehmann | |
Replace code for SDK version lower than 14 | |||
2018-01-10 | Merge pull request #2533 from AntennaPod/remove_preference_activity_gingerbread | H. Lehmann | |
Remove PreferenceActivityGingerbread | |||
2018-01-10 | Merge pull request #2531 from AntennaPod/remove_nineoldandroids | H. Lehmann | |
Replace ViewHelper | |||
2018-01-09 | Remove unnecessary annotations | Martin Fietz | |
2018-01-09 | Replace code for SDK version lower than 14 | Martin Fietz | |
2018-01-09 | Replace lambda with method reference | Martin Fietz | |
2018-01-09 | Replace with lambda | Martin Fietz | |
2018-01-09 | Use guard clause | Martin Fietz | |
2018-01-09 | Delete PreferenceActivityGingerbread | Martin Fietz | |
2018-01-09 | Cleanup executeAsync | Martin Fietz | |
2018-01-09 | Replace ViewHelper | Martin Fietz | |