summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog/ProxyDialog.java
AgeCommit message (Collapse)Author
2019-08-11Improve code stylerezanejati
2019-08-07Add brackets for condition - add new line in ProxyConfigrezanejati
2019-08-06Show PR.SOCKS on Android API >= 24rezanejati
2019-08-05Add socks proxy in network settingsrezanejati
2018-12-26Code styleByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-10-21Remove redundant type castsegsavage
2018-10-21Optimize importsegsavage
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Replace anonymous type with lambdaMartin Fietz
2016-11-13Upgrade to OkHttp3Martin Fietz
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,
2016-03-16Add proxy settingsMartin Fietz