summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/AboutActivity.java
AgeCommit message (Collapse)Author
2019-05-07Open web links in browserByteHamster
2019-05-03Fixed about screen readability in amoled theme (Closes #3151)ByteHamster
2018-12-26Code styleByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-10-21Remove redundant type castsegsavage
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-07-26Theming support for about screenByteHamster
2018-07-25Improved about screenByteHamster
2018-05-05Use filename insteadydinath
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-01-14Replace anonymous type with lambdaMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2015-11-08Fix back button issue, add action barMartin Fietz
2015-09-19Fix about link handlingMartin Fietz
2015-09-10Fix license viewMartin Fietz
2015-08-31Apply theme to about activity, smaller changes to appearenceMartin Fietz
2015-08-11fix issue #1073. crash on oneplus two(Android 5.1.1, Oxygen 2.0.0).WangYun
2014-12-08Destroy webview when it is no longer useddaniel oeh
Not destroying the webview might have caused crashes on some devices
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure