12 Commits

Author SHA1 Message Date
70b075a090 Lint all modules (#8371)
### Description

Run Lint check on all modules, not just on app, and fix the violations

### Checklist
<!-- 
To help us keep the issue tracker clean and work as efficient as
possible,
  please make sure that you have done all of the following.
You can tick the boxes below by placing an x inside the brackets like
this: [x]
-->
- [x] I have read the contribution guidelines:
https://github.com/AntennaPod/AntennaPod/blob/develop/CONTRIBUTING.md#submit-a-pull-request
- [x] I have performed a self-review of my code, going through my
changes line by line and carefully considering why this line change is
necessary
- [x] I have run the automated code checks using `./gradlew checkstyle
spotbugsPlayDebug spotbugsDebug :app:lintPlayDebug`
- [x] My code follows the style guidelines of the AntennaPod project:
https://antennapod.org/contribute/develop/app/code-style
- [x] I have mentioned the corresponding issue and the relevant keyword
(e.g., "Closes: #xy") in the description (see
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
- [x] If it is a core feature, I have added automated tests
2026-03-28 20:48:25 +01:00
205bede5d6 Add screenshot mode that hides cover images with unclear licenses (#8211) 2026-01-07 22:45:07 +01:00
93e9ddcad4 Show keyboard when trying to add tag (#8148)
When trying to press the "add tag" plus icon and the text box is empty,
show the keyboard to indicate how to add one.
2025-12-10 22:37:50 +01:00
c122fa544d Make the searchbar use the full available width (#7944) 2025-10-30 21:21:14 +01:00
e539479f2c Upgrade dependencies (#7936) 2025-08-18 20:24:58 +02:00
d95e03b51b Fix back stack being cleared after searching (#7757) 2025-04-13 22:20:42 +02:00
f3a5bb29f5 Increase touch target size of buttons (#7645)
Google Play warns about these otherwise
2025-02-09 11:13:33 +01:00
61cf9b3405 Remove headings on add podcast page (#7405) 2024-09-15 10:27:43 +02:00
ff5a2c78d8 Fix search view showing underline (#7264) 2024-07-01 12:31:24 +02:00
6f572faa77 Fix inconsistent icons in the app toolbar. (#7163) 2024-05-06 22:04:24 +02:00
c063c59af3 Fix sharp corners on placeholders (#7142)
All placeholder now have round corners matching the corner radius of the
image that will eventually load.
2024-04-27 11:28:30 +02:00
8f553f08f0 Add :ui:discovery module (#7037) 2024-03-29 13:38:31 +01:00