summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-11add workaround for LinkedHashMap stored as a plain HashMap in a bundleAndrew Dolgov
2025-05-11Merge branch 'protected/bottomappbar' into 'master'Andrew Dolgov
wip bottom appbar See merge request tt-rss/tt-rss-android!30
2025-05-11maybe fix previous for CI timestampsAndrew Dolgov
2025-05-11set version code to increment once a day based on git commit instead of ↵Andrew Dolgov
dealing with it manually
2025-05-11optimize importsAndrew Dolgov
2025-05-11adjust mark unread iconAndrew Dolgov
2025-05-11set active article without animation when pager is instantiatedAndrew Dolgov
2025-05-11adjust layout of compact headline rows, disable dividers for nowAndrew Dolgov
2025-05-11drop chrome fs custom view stuffAndrew Dolgov
2025-05-11stop setting night mode explicitlyAndrew Dolgov
2025-05-11drop unused offline layoutAndrew Dolgov
2025-05-11drop offline modeAndrew Dolgov
2025-05-11add bottombar to tablet layout and fix several invalid casts to viewpager1Andrew Dolgov
2025-05-11make article note clickableAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-10swap un/publish and un/read toolbar icons in article viewAndrew Dolgov
2025-05-09fix wrong typecast in mark as read alertdialogAndrew Dolgov
2025-05-09fix colorcontrol missing on share actionbar iconAndrew Dolgov
2025-05-09Merge branch 'protected/spring-cleaning' into 'master'Andrew Dolgov
Protected/spring cleaning See merge request tt-rss/tt-rss-android!29
2025-05-09fix incorrect color set for drawer nav viewAndrew Dolgov
2025-05-09bump version codeAndrew Dolgov
2025-05-09prune unnecessary views, add some corners to detail activity on tabletsAndrew Dolgov
2025-05-09add rounded corners to feeds container on tabletsAndrew Dolgov
2025-05-09add hack for material switches in preferencesAndrew Dolgov
2025-05-09switch to androidx preference stuffAndrew Dolgov
2025-05-09drop some pointless hardcoded backgroundsAndrew Dolgov
2025-05-09drop unused attributeAndrew Dolgov
2025-05-09drop host from article header because of opaque rules for its appearanceAndrew Dolgov
2025-05-09add some corners to article headerAndrew 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-08adjust overflow margin 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-08fix missing action mode overlayAndrew Dolgov
2025-05-08use tertiary colors for selected row viewsAndrew Dolgov
2025-05-08adjust drawer divider inset & feeds row with checkbox veritical paddingAndrew Dolgov
2025-05-07attempt to simplify article view a bitAndrew Dolgov
2025-05-07extract detail layout into separate includeAndrew Dolgov
2025-05-07fix missing fits system windows in prefs activityAndrew Dolgov
2025-05-07disable drawer edge-to-edge because of issues with cutout displaysAndrew Dolgov
2025-05-07add m3 edge-to-edgeAndrew Dolgov
2025-05-07disable headline card bordersAndrew Dolgov
2025-05-07drop all custom/hardcoded color refs, replace with m3 theme alternativesAndrew Dolgov
2025-05-07drop articleNote-specific colorsAndrew Dolgov