summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/addfeed.xml
AgeCommit message (Collapse)Author
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2021-04-21Deleted duplicate resourcesByteHamster
2020-11-11Use of ViewBinding in AddFeedFragment (#4647)mohit
2020-10-25Tiny cleanup on local feedsByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-02Clarified 'OPML Import' action (#4491)Marc Schwede
refers to AntennaPod#4479 and adapts the suggestions of the discussion.
2020-10-01Added Style for TextViews in Add Podcast screen (#4483)Darrell
2020-09-29Added podcastindex.org search (#4435)Edwin J P
2020-09-12Merge branch 'develop' into add-local-feedsByteHamster
2020-09-02Renamed 'add podcast via url' to mention RSSByteHamster
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-07-11Replace fragment tag with FragmentContainerViewTacoTheDank
2020-05-25Basic local feeds supportByteHamster
Co-authored-by: Igor Almeida <igor.contato@gmail.com>
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-16Made add feed page more whiteByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2019-11-20Better alignment of headings and contentByteHamster
2019-11-20Increased add feed page paddingByteHamster
2019-11-20Make confirm button less prominentByteHamster
2019-11-01Make search button clickable (#3577)sevenmaster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-02Prevent EditText getting focus and showing keyboard on startup on old ↵ByteHamster
Android versions
2019-08-28Fixed crash on Android 4.3ByteHamster
Apparently, applying `android:attr/textColorPrimary` to a TextView works, while using it to tint an ImageView makes the app crash.
2019-08-23Updated spacing of add feed pageByteHamster
2019-07-23CleanupByteHamster
2019-07-22Added quick discovery fragmentByteHamster
2019-07-22Redesigned add feed pageByteHamster
2019-06-26Combined podcast searchByteHamster
2016-10-30Integrate fyyd podcast search engineMartin Fietz
2015-07-13Make itunes search more prominent and fix squashed griviewTom Hennen
The GridView on large devices (Nexus 6 for example) was showing iTunes and gpodder results in two columns, which was cutting off valuable information. I simply double the default size of the grid columns on the theory that on a tablet someone may still want multiple columns and that 400dp was wide enough to show the needed detail. fixes AntennaPod/AntennaPod#1012
2015-07-10Hopefully fixes problems with pasting into edittextMartin Fietz
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-15Add ability to search iTunes for podcastsErcan Erden
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure