summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2015-04-28Add ability to retry failed downloads in the download logMartin Fietz
2015-04-22Merge pull request #759 from mfietz/nav_drawer_preferencesMartin Fietz
Nav Drawer Preferences
2015-04-21Show URL in feed info, layout optimizationsMartin Fietz
2015-04-18Layout fixMartin Fietz
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Layout changes and optimizationsMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-03Can now undo swipe to mark as read.Tom Hennen
Behavior isn't ideal when the user is displaying all the items in their feed. (you can swipe new and read items and they don't go away (obviously)).
2015-04-03Adding drag handle allows swipe to remove.Tom Hennen
Turns out all we needed was a drag handle to allow swipe to remove. This still needs further testing, but is looking pretty good. Will add an undo feature shortly.
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-27Drawer slide fixed, drag handle is now 9 patch PNGMartin Fietz
2015-03-17Gpodder tags alignmentMartin Fietz
2015-03-17Removed unintended layout element to make list items clickable againMartin Fietz
2015-03-17Gpodder categories shows title instead of tag and additionally the usageMartin Fietz
2015-03-16Merge pull request #679 from mfietz/feature/gpodder_search_more_informationTom Hennen
Gpodder search shows feed url and number of subscribers
2015-03-16Gpodder search shows feed url and number of subscribersMartin Fietz
2015-03-15Add ability to search iTunes for podcastsErcan Erden
2015-03-14Queue: Drag section now over 4x the sizeMartin Fietz
2015-03-05Merge pull request #658 from mfietz/issue-126Tom Hennen
Queue view: Swipe to dismiss, undo bar, status information
2015-03-05Show duration and pubDate on episode displayMartin Fietz
... which was - despite the commit message - missing from last commit...
2015-03-04Show UndoBar when dismiss-by-swipeMartin Fietz
2015-03-04MERGE stash.Martin Fietz
2015-03-04Delete items from the queue by swipingMartin Fietz
2015-03-04Correct audio player cover scalingMartin Fietz
2015-01-25Use design time attributes to assist layouting and value preview.Tobias Preuss
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes!
2015-01-15Moved updateRefreshMenuItem into core packagedaniel oeh
2014-12-28Added missing text color attributedaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Use toolbar in MainActivity instead of actionbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
2014-12-19Improved look of ItemlistFragment headerdaniel oeh
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-08Destroy webview when it is no longer useddaniel oeh
Not destroying the webview might have caused crashes on some devices
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-11-20fix blurry play/pause overlay in videoplayer activityJens Müller
2014-11-19Widget wasn't workingdaniel oeh
Apparently, selectableItemBackground is not available in widget layouts
2014-11-15Moved videoplayer layout from layout-land to layoutdaniel oeh
Although the screen orientation of the VideoPlayerActivity is 'landscape', Android sometimes tries to launch it in portrait mode anyway.
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-25Removed use of indeterminate progress bardaniel oeh
No longer supported in version 21 of the 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-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure