summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2018-04-04replace old ActionBarActivity with AppCompatActivityHannes Achleitner
2018-04-02Merge remote-tracking branch 'upstream/develop' into layout-improvementsByteHamster
2018-04-02Extracted color resourceByteHamster
2018-03-16Only 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-20Revert "Set background of playerFragment to same color as toolbar"ByteHamster
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2.
2018-02-14Make feed title selectableByteHamster
2018-02-13Darken background of feed headerByteHamster
This change only applies to feed items using transparent backgrounds. The item is darkened but the background keeps transparent, which looks weird, especially in light theme (have a look at the 34C3 feed)
2018-02-13Set background of playerFragment to same color as toolbarByteHamster
Most noticeable in dark theme
2018-02-13Removed useless nested layoutByteHamster
2018-02-05Do not flicker when pressing back arrowByteHamster
2018-02-05Make player selectableByteHamster
2018-01-28Fix for #2555 - can't open Preferences activity when there are stored WiFi ↵Oliver Crow
connections with null SSID.
2018-01-22Prepare for 1.6.4.51.6.4.5Martin Fietz
2018-01-21Add missing spacesMartin Fietz
2018-01-21Minor refactoringsMartin Fietz
2018-01-21Merge branch 'develop' into refactorMartin 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-21Merge pull request #2445 from ByteHamster/exportMartin Fietz
Database import/export
2018-01-21Merge pull request #2543 from gaul/static-finalMartin Fietz
Make some static fields final
2018-01-20Make some static fields finalAndrew 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-20Make some inner classes staticAndrew Gaul
This avoids an implicit this field and can help GC. Found via error-prone.
2018-01-14Variable cannot be finalMartin Fietz
2018-01-14Remove catch for exception that is never thrownMartin Fietz
2018-01-14Merge folder configurationMartin Fietz
2018-01-14static modifier is redundant for inner enumsMartin Fietz
2018-01-14Remove redundant throws clausesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Use bulk operation instead of iterationMartin Fietz
2018-01-14Synchronization field must be finalMartin Fietz
2018-01-14Collapse empty tagMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-14Replace statement lambda with expression lambdaMartin Fietz
2018-01-14Replace anonymous type with lambdaMartin Fietz
2018-01-13RefactorMartin Fietz
2018-01-10Remove superfluous loggingMartin Fietz
2018-01-10Move attributes to edittextMartin Fietz
2018-01-10LinearLayout should use 'layout_height="wrap_content"'Martin Fietz
2018-01-10Do not treat position as fixedMartin Fietz
2018-01-10Avoid NPEsMartin Fietz
2018-01-10Use DecimalFormatMartin Fietz
2018-01-10'ellipsize=start' and 'lines=1' can lead to crashesMartin Fietz
2018-01-10Silence warningMartin Fietz
2018-01-10SimplifyMartin Fietz
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10SimplifyMartin Fietz
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10Avoid NPEMartin Fietz
2018-01-10Remove assertionsMartin Fietz
2018-01-10Suppress inspectionMartin Fietz