summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog/AuthenticationDialog.java
AgeCommit message (Collapse)Author
2021-08-17Fix entering new password protected feedsByteHamster
2021-01-22Added show button to authentication dialogByteHamster
2021-01-22Use authentication dialog instead of dedicated activityByteHamster
2020-05-03Switched to MaterialComponents themeByteHamster
2020-03-25Removed unused codeByteHamster
2019-12-19Fixed white on white text in authentication dialogByteHamster
2018-10-21Remove redundant type castsegsavage
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,
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure