summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-11-10Bugfix: Playbackhistory had wrong sort orderdaniel oeh
fixes #540
2014-11-10Cleaned up, added 'material icons' licensedaniel oeh
2014-11-09Bugfix: Actionbar in PreferenceActivity was not displayeddaniel oeh
2014-11-06Controls in videoview were not hidden correctlydaniel oeh
fixes #363
2014-11-05Updated build filesdaniel oeh
2014-11-05Updated layoutsdaniel oeh
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color
2014-10-25Updated version numbersdaniel oeh
2014-10-25Fixed NPE in AudioplayerActivitydaniel oeh
2014-10-25Removed use of indeterminate progress bardaniel oeh
No longer supported in version 21 of the support library
2014-10-24Removed betterpickers librarydaniel oeh
Not compatible to new support library
2014-10-24Merge branch 'migration' into developdaniel 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-19Updated config in app module, fixed typodaniel oeh
2014-10-14Updated build filesdaniel oeh
2014-10-12Fixed manifestsdaniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-18Created core package for storing callback classesdaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure