summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Collapse)Author
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-09fix wrong typecast in mark as read alertdialogAndrew Dolgov
2025-05-09switch to androidx preference stuffAndrew Dolgov
2025-05-09drop host from article header because of opaque rules for its appearanceAndrew Dolgov
2025-05-08remove additional buttons from article header, limit buttons to toolbarAndrew Dolgov
2025-05-08try setting margins inside webview content so scrollbar is properly positionedAndrew Dolgov
2025-05-08update note view in articleAndrew Dolgov
2025-05-08use setAppTheme() for consistencyAndrew Dolgov
2025-05-08stop trying to force night mode in gallery because it seems to bleed back ↵Andrew Dolgov
and break to other activities
2025-05-08adjust gallery view, stop hiding bars for nowAndrew Dolgov
2025-05-08enable main window edge-to-edge attempt after reading documentation a bitAndrew Dolgov
2025-05-08use immersive mode for galleryAndrew Dolgov
2025-05-08show actionbar in prefs activity so it would be more obvious how to exit it, ↵Andrew Dolgov
use fullscreen view for gallery activity
2025-05-08use tertiary colors for selected row viewsAndrew Dolgov
2025-05-07attempt to simplify article view a bitAndrew Dolgov
2025-05-07add m3 edge-to-edgeAndrew Dolgov
2025-05-07drop all custom/hardcoded color refs, replace with m3 theme alternativesAndrew Dolgov
2025-05-07stop setting background for customtabsAndrew Dolgov
2025-05-07fix gallery crash due to wrong type being deserializedAndrew Dolgov
2025-05-07drop some ripples and update compact headline viewsAndrew Dolgov
2025-05-07remove several more obsolete setBackgroundDrawable(null)s and maybe fix ↵Andrew Dolgov
layoutparams for offline
2025-05-07remove flavor image reparenting hacks, simplify headline row layout ↵Andrew Dolgov
(somewhat), switch to materialcards
2025-05-07switch to material alert dialogsAndrew Dolgov
2025-05-07update dialog activity stylingAndrew Dolgov
2025-05-07drop linkColor & fix article header paddingAndrew Dolgov
2025-05-07switch to static material3 colorsetAndrew Dolgov
2025-05-06adjust some dynamic icons and article toolbar paddingAndrew Dolgov
2025-05-06reimport most material icons as uptodate vector resourcesAndrew Dolgov
2025-05-06drawer style tweaksAndrew Dolgov
2025-05-06drop some custom colors, replace with material3 theme stock; some tabletAndrew Dolgov
fixes
2025-05-06drop annotation-based save handling and go back to stone-age vanilla methodsAndrew Dolgov
2025-05-06switch some more imageviews to material buttons and drop hardcoded article ↵Andrew Dolgov
background preferring material3 default
2025-05-06switch to material3 theme, switch some headline imageviews to material ↵Andrew Dolgov
buttons, theme cleanup
2025-05-06drop AppUpdater in favor of ObtainiumAndrew Dolgov
2025-05-06replace one more switch with ifAndrew Dolgov
2025-05-05replace more usages of switch() on resource identifier with if-elseAndrew Dolgov
2025-05-05replace switch statement with ifs because resource identifiers are not final ↵Andrew Dolgov
in gradle 8
2025-05-05drop youtube & dashclock jar files and everything related to themAndrew Dolgov
2025-05-05replace unmaintained icepick with unmaintained Android-State :(Andrew Dolgov
2025-03-13keep currently open feed open when switching display mode using context menuAndrew Dolgov
2024-12-05fix PendingIntent without flags in small widget provider, unwrap some ↵Andrew Dolgov
unnecessary SDK version checks
2024-11-28bump several dependencies and do some code cleanup chores for new sdk;Andrew Dolgov
drop dashclock
2024-11-28required fixes to bump target SDK to 31 / minimum SDK to 24Andrew Dolgov
2024-11-28fix custom tabs on android 11+, bump gradle plugin to deal with android 11 ↵Andrew Dolgov
manifest elements, bump version tag
2024-11-26allow switching display mode (compact, normal, etc) from overflow menuAndrew Dolgov
2024-11-25properly catchup results of active search if backend allows for itAndrew Dolgov
2024-11-24fix several usages of jsoup first() not checked for possible null, fix ↵Andrew Dolgov
usages of jsoup attr() which does not return null checked for null value
2024-09-23Improve blockquote styling on phonesAndrew Gaul
Previously this only used a transparent margin to indicate quoted text. This was hard to read on narrow phones. Instead use a solid bar on the left without any margin. This preserves more of the viewport for text, particularly for nested blockquotes.
2023-10-05lint issues, use Feed.getSpecialFeedTitleById in one more placeAndrew Dolgov
2023-10-05 * code cleanupAndrew Dolgov
* fix some lint issues