summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2022-07-31Merge pull request #5989 from ByteHamster/remove-storage-errorByteHamster
Remove storage error activity
2022-07-30Remove storage error activityByteHamster
We fall back to the internal memory silently, so these code paths are never actually called.
2022-07-30Show details dialog on download stats page as wellByteHamster
2022-07-18Resolve app_name in common.gradleTacoTheDank
2022-06-30Merge pull request #5928 from TacoTheDank/integrateTriangleLabelViewByteHamster
Integrate TriangleLabelView library locally into project
2022-06-30Merge branch 'master' into developByteHamster
2022-06-21Remove default gpodder sync serverByteHamster
2022-06-04Integrate TriangleLabelView locally into projectTacoTheDank
2022-05-24Update translationsByteHamster
2022-05-24Open podcast from statistics (#5898)Adrián Sámson
2022-05-15Merge pull request #5894 from ByteHamster/tiny-fixesByteHamster
Tiny fixes
2022-05-15Actually filter by last year (eg Jan-Dec)ByteHamster
2022-05-15Show spinner while loading statisticsByteHamster
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.
2022-05-08Confirm mark as played/unplayedByteHamster
2022-05-08Remove 'mark all as read' buttonByteHamster
Now available through multi-select
2022-05-06Invert behavior of playback state swipe action to first remove from inboxByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-05-04Update translationsByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-05-03Merge branch 'master' into developByteHamster
2022-04-24Put playback speed in widget (#5774)Nicolas Araujo
2022-04-22Update filter dialog to FragmentByteHamster
2022-04-22Restore episode sharing that only includes a media URL (#5835)ByteHamster
2022-04-02Merge branch 'master' into developByteHamster
2022-03-17Simplify download notification titleByteHamster
2022-03-15Make yearly statistics a bar chart instead (#5759)ByteHamster
2022-03-09Merge pull request #5767 from ByteHamster/statistics-tweaksByteHamster
Make 'to' filter of statistics inclusive
2022-03-05Filter 'today' does not make sense for 'from'ByteHamster
2022-03-05Use past year for statistics filterByteHamster
2022-03-05Make 'to' filter of statistics inclusiveByteHamster
2022-03-05Refresh timeline when resetting statisticsByteHamster
2022-03-04Fix typonwuensche
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-23Move strings files to their own moduleByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Chromecast rework (#5518)ByteHamster
2021-10-29Declare intent mutability for Android 12 compatibilityByteHamster
2021-10-12Move speed dialog to the bottom (#5464)ByteHamster
2021-08-28Clean up unused module AndroidX librariesTacoTheDank
2021-07-24Fix png icons on Android 4.4ByteHamster
2021-06-25Fix widget not showing iconsByteHamster
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-21Moved notification icons to their own module, so they don't crash old ↵ByteHamster
Android versions
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-03-01Fix failing Lint task when there are dependency updatesByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster