summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2018-05-05Fix back press issueydinath
2018-04-24Respect coding standardydinath
2018-04-23canGoBack doesn't work consistently when using loadDataWithBaseURL. Update ↵ydinath
old logic to allow depth > 1. https://stackoverflow.com/questions/2686933/android-webview-can-render-html-going-forward-but-not-backward https://stackoverflow.com/questions/14948652/webview-cangoback-not-working-when-using-loaddatawithbaseurl/15074071#15074071
2018-04-20Use single instead of fromCallableydinath
2018-04-20Remove unncessary inportheckler01
2018-04-20Fix typosheckler01
2018-04-20Remove unnecessary version checkheckler01
2018-04-20Let webview handle if it can go back. When navigating the links, depth would ↵heckler01
increment, but never return to 0, and then get stuck on the about page.
2018-04-20Replace deprecated create((Observable.OnSubscribe<T>)heckler01
2018-04-17Ignore invalid position updatesByteHamster
Closes #2642
2018-04-07Merge pull request #2618 from hannesa2/AndroidStudio_3.1Martin Fietz
update to AndroidStudio 3.1
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-05Merge pull request #2624 from ByteHamster/opml-importMartin Fietz
Added OPML import option next to the export option
2018-04-05Merge pull request #2623 from ByteHamster/webview-cacheMartin Fietz
Even use expired cache if there is no network
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2018-04-05Added OPML import option next to the export optionByteHamster
Fixes #2315
2018-04-05Even use expired cache if there is no networkByteHamster
Closes #2260
2018-04-05Use generic export message instead of OPMLByteHamster
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+"
2018-04-04Simplify buildHannes Achleitner
2018-04-04replace old ActionBarActivity with AppCompatActivityHannes Achleitner
2018-04-02Merge remote-tracking branch 'upstream/develop' into layout-improvementsByteHamster
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-05Do not flicker when pressing back arrowByteHamster
2018-01-28Fix for #2555 - can't open Preferences activity when there are stored WiFi ↵Oliver Crow
connections with null SSID.
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-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-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-10Do not treat position as fixedMartin Fietz
2018-01-10Avoid NPEsMartin Fietz
2018-01-10Use DecimalFormatMartin Fietz
2018-01-10Silence warningMartin Fietz
2018-01-10SimplifyMartin Fietz