summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2019-09-21Merge pull request #3433 from ByteHamster/bug-report-sectionH. Lehmann
Bug report section
2019-09-20Merge pull request #3369 from ByteHamster/playback-speed-iconH. Lehmann
Added playback speed icon
2019-09-20Renamed crash report to bug reportByteHamster
2019-09-20Merge pull request #3414 from ByteHamster/bug-report-screenH. Lehmann
Added screen that shows crash info
2019-09-20Merge branch 'develop' into lock-queueH. Lehmann
2019-09-14Using a single notification iconByteHamster
2019-09-11Added screen that shows crash infoByteHamster
2019-09-11Added warning when locking queueByteHamster
2019-09-11Merge pull request #3405 from ByteHamster/disable-fast-scrollH. Lehmann
Disabled fast scroll
2019-09-11Cover and text are selectable. Show this on clickByteHamster
2019-09-11Revert "Moved feed settings button away from scroll bar"ByteHamster
This reverts commit 15accaeb07e4f3fab93635bd30ea001ec9459cfb.
2019-09-10Moved feed settings button away from scroll barByteHamster
2019-09-03Merge pull request #3366 from ByteHamster/add-feed-improvementsH. Lehmann
Add feed improvements
2019-09-03Updated font sizeByteHamster
2019-09-02Added playback speed iconByteHamster
2019-09-02Prevent EditText getting focus and showing keyboard on startup on old ↵ByteHamster
Android versions
2019-09-01Fixed FAB on a few Android versionsByteHamster
2019-08-31Added fast scroll to episodes fragmentByteHamster
2019-08-30Fixed white on white iconByteHamster
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-23Merge pull request #3331 from ByteHamster/add-feed-page-spacingH. Lehmann
Updated spacing of add feed page
2019-08-23Implemented filter function for "All Episodes" list (#3321)Jan-Peter von Hunnius
2019-08-23Updated spacing of add feed pageByteHamster
2019-08-11Updated OnlineFeedView layoutByteHamster
2019-07-23Added error message, do not jump after loading completedByteHamster
2019-07-23CleanupByteHamster
2019-07-22Added quick discovery fragmentByteHamster
2019-07-22Redesigned add feed pageByteHamster
2019-07-22Merge pull request #3278 from ByteHamster/empty-viewH. Lehmann
Updated empty views
2019-07-22Merge pull request #3240 from ByteHamster/combined-searchH. Lehmann
WIP: Combined podcast search
2019-07-22Updated appearance of empty viewByteHamster
2019-07-14Merge pull request #3267 from libliboom/developH. Lehmann
Removed screenOrientation attributes in manifest
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-13Merge pull request #3233 from jas14/pad-scrubberH. Lehmann
Pad scrubber on large devices
2019-07-12Removed Flattr supportByteHamster
2019-07-02Extend play/pause functionality to Image CoverWagubi Brian
2019-07-01Increase scrubber padding for large devicesJoe Stein
2019-06-26Combined podcast searchByteHamster
2019-06-14CleanupByteHamster
2019-06-14Added authentication and episode filter dialogsByteHamster
2019-06-14Updated feed settings screenByteHamster
2019-05-19Merge pull request #3136 from andersonvom/developH. Lehmann
Add progress bar with space information to data folder selection dialog
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
This displays a progress bar with the amount of used/free space in each storage location to make it easier to identify storage devices. This is particularly useful for devices that use non-standard names. Reference: #3049
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.
2019-05-19Merge pull request #3165 from ByteHamster/opml-import-mismatchH. Lehmann
Removed opml pick action
2019-05-08Fix cover fragment in small screensAnderson Mesquita
The cover fragment would hide both podcast and episode names in small screen devices or multi-window mode. This replaces the deprecated PercentRelativeLayout in favor of a regular LinearLayout with weights to make sure that each section of the fragment (podcast title, image, episode name) will have the necessary space in the screen. Since PercentRelativeLayout was only being used here, it also removes the dependencies from the gradle files. Closes: #3169
2019-05-06Removed opml pick actionByteHamster
2019-05-04Fix padding when count is zero and error happenedAnderson Mesquita
When we're not able to get the episode count for a podcast and updating the feed fails, the error icon shown in the navbar is too close to the right/end border of the nav drawer. This fixes this padding. Closes: #2982