Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | Using a single notification icon | ByteHamster | |
2019-07-12 | Removed Flattr support | ByteHamster | |
2018-10-21 | Optimize imports | egsavage | |
2018-10-20 | Merge branch 'develop' | Martin Fietz | |
2018-01-21 | Merge branch 'develop' into picture-in-picture | H. Lehmann | |
2018-01-14 | Weaken declaration access | Martin Fietz | |
2018-01-10 | Fixed strange behavior when re-launching from PiP | ByteHamster | |
2017-10-17 | Merge branch 'develop' | Martin Fietz | |
2016-06-28 | implement custom mediaroute playback controller | Domingos Lopes | |
2016-06-22 | Fixed rule 'Utility classes should not have public constructors' | Tom Tom | |
2016-04-24 | intents for cast player activity | Domingos Lopes | |
2016-04-24 | get rid of cast callbacks (config) | Domingos Lopes | |
2016-04-23 | update PlaybackServiceCallbacks to be able to handle a cast player activity | Domingos Lopes | |
2016-04-23 | add chromecast support initialization logic and introduce chromecast preference | Domingos Lopes | |
2016-03-22 | code 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-09-30 | resolved compile time issues. refactored some code | Tom Hennen | |
2015-07-02 | Nav drawer subscriptions context menu | Martin Fietz | |
2015-06-29 | Make new explicit | Martin Fietz | |
2015-06-24 | Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into ↵ | Martin Fietz | |
issue/940-user-preferences | |||
2015-06-21 | Store information if media has an embedded picture in the database | Martin Fietz | |
2015-05-19 | Redone new indicator | Martin Fietz | |
2015-05-19 | Show feed new items and refresh failure | Martin Fietz | |
2015-05-10 | Add feed item filter | Martin Fietz | |
2015-05-09 | Cancel auto download | Martin Fietz | |
2015-04-18 | Use Fragment tags to reference to fragments, hide nav elements | Martin Fietz | |
2015-01-15 | Made auto-cleanup and auto-download methods changeable | daniel oeh | |
2015-01-08 | Updated version numbers | daniel oeh | |
2015-01-08 | Bugfix: Chapters were saved multiple times | daniel oeh | |
2014-12-07 | Prepared release of next version | daniel oeh | |
2014-11-12 | Prepared release of next version | daniel oeh | |
2014-11-10 | Squashed commit of the following: | daniel oeh | |
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes | |||
2014-10-24 | Merge branch 'migration' into develop | daniel oeh | |
Non-GUI classes have been moved into the 'core' project in order to allow AntennaPod SP to reference it as a subproject. Conflicts: app/src/main/AndroidManifest.xml build.gradle core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java core/src/main/java/de/danoeh/antennapod/core/syndication/namespace/NSSimpleChapters.java core/src/main/java/de/danoeh/antennapod/core/util/ChapterUtils.java gradle/wrapper/gradle-wrapper.properties pom.xml | |||
2014-10-19 | Updated config in app module, fixed typo | daniel oeh | |
2014-10-11 | Moved core classes into subproject | daniel oeh | |