summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Collapse)Author
2018-12-21tweak icon; remove ACRAAndrew Dolgov
2018-12-10add amber themeAndrew Dolgov
2018-09-27headlines: prevent embedding of square and landscape images under headerAndrew Dolgov
2018-09-27gradle and dependency updates for android studio 3.2Andrew Dolgov
remove deprecated tasker-related components
2018-09-25headlines hack: increase height of auto mark as read footer for fullscreen ↵Andrew Dolgov
devices
2018-07-13add simple logcat viewerAndrew Dolgov
2018-07-13Merge branch 'master' of git.fakecake.org:tt-rss-androidAndrew Dolgov
2018-07-13offline: limit setting mixed content mode to API21+Andrew Dolgov
2018-07-11simplify requests to update widgetAndrew Dolgov
update widget on device boot
2018-07-10abort widget service early if there's no widgets to updateAndrew Dolgov
2018-07-10only update widget in onReceive if received proper intentAndrew Dolgov
setupWidgetUpdates: use explicit intent to widget when triggered
2018-07-10rework widget to update without broadcasts which are now suddenly badAndrew Dolgov
2018-07-10update previous a bitAndrew Dolgov
2018-07-10fix workaround for widget crashing on API 27+ because of service restrictionsAndrew Dolgov
2018-07-10disable settings reveal animation because it screws with preferencefragment ↵Andrew Dolgov
layout somehow preventing preferences from being interactable
2018-07-10move preference click/build info stuff into onCreateAndrew Dolgov
2018-07-09split network-related preferences to a separate screenAndrew Dolgov
2018-07-06do not check trial in fdroid buildsAndrew Dolgov
2018-07-06Fix headline reqeust will be sent multi times.bluesky139
2018-05-10Show year instead of time for old articlesGeorg Lukas
Articles that are older than six months will display the year instead of the time, e.g. "Aug 11, 2014" instead of "Aug 11, 03:41".
2018-05-04article fragment: bail out if m_article is null oncreateview (remove check ↵Andrew Dolgov
for m_activity)
2018-05-04force render article content synchronously because chrome 66 is brokenAndrew Dolgov
2018-05-04additional stuff for widget startforeground hackAndrew Dolgov
2018-05-03fix gallery view not opening properly for attachmentsAndrew Dolgov
2018-05-03add workaround for android 8.0 disallowing starting services in backgroundAndrew Dolgov
2018-05-03article: use attachments first when looking for headline imageAndrew Dolgov
2018-04-09pager: check if bundle is not null in saveState()Andrew Dolgov
2018-04-04add workaround for initMenu() called after activity has been destroyedAndrew Dolgov
2018-04-04articlefragment: bail out if deserialized into null stateAndrew Dolgov
2018-04-04add workaround for FragmentStatePagerAdapter causing bundler exception, ↵Andrew Dolgov
thanks google
2018-03-15remove toggle_attachments menu item (no longer needed)Andrew Dolgov
2018-03-15article fragment: add UI element to select attachmentsAndrew Dolgov
2018-03-15add attachments button for headlines fragmentAndrew Dolgov
also added dark variant for ic_attachment
2018-03-12use two common notification channels instead of separate onesAndrew Dolgov
2018-03-12article body: enable wrapping on long wordsAndrew Dolgov
2018-03-12implement notification channels for sdk 26Andrew Dolgov
2018-03-12add some hacky workarounds for bridge library inability to restore state if ↵Andrew Dolgov
main process was killed
2018-03-08feed/cat loaders: stop clearing data on loader reset to prevent annoying flickerAndrew Dolgov
2018-03-08rate limit fragment refreshing on drawer openAndrew Dolgov
2018-03-08common fragments: use icepick/bridgeAndrew Dolgov
2018-03-08minor fixes to previous, add base fragment which uses bridge to save stateAndrew Dolgov
2018-03-08common activities: use icepick/bridge for stateAndrew Dolgov
2018-03-08commonactivity: use icepick/bridgeAndrew Dolgov
2018-03-08initial set of changes to target SDK 27Andrew Dolgov
2017-11-21never try to pass null package name to bindCustomTabsServiceAndrew Dolgov
2017-11-21Revert "Revert "custom tabs: use system default browser instead of hardcoded ↵Andrew Dolgov
chrome"" This reverts commit 1db842f04a25707fdd36f1cf5981d151c9f36294.
2017-11-21Revert "custom tabs: use system default browser instead of hardcoded chrome"Andrew Dolgov
This reverts commit c0de4edf71e6223f133dffcbc72e2e7556f0f58e.
2017-11-20custom tabs: use system default browser instead of hardcoded chromeGeorge Nikandrov
2017-11-07disallow switching to previous activity using back button after going online ↵Andrew Dolgov
or offline
2017-11-03add some WIP glide clear memory placebo (?) code which might help with OOMs ↵Andrew Dolgov
on garbage devices