summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Expand)Author
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
2018-05-04article fragment: bail out if m_article is null oncreateview (remove check fo...Andrew Dolgov
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, thank...Andrew Dolgov
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
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 m...Andrew Dolgov
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
2017-11-21Revert "custom tabs: use system default browser instead of hardcoded chrome"Andrew Dolgov
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
2017-11-03add some WIP glide clear memory placebo (?) code which might help with OOMs o...Andrew Dolgov
2017-11-02do not switch offline if no articles were downloadedAndrew Dolgov
2017-11-01offline: properly track and sync back modification of all relevant fields (un...Andrew Dolgov
2017-10-31offline, onfeedselected: use runnable similar to onlineAndrew Dolgov
2017-10-31offline headlines: set activity title like online fragmentAndrew Dolgov
2017-10-31offline headlines: limit flavor image height to 0.8 screen height (same as he...Andrew Dolgov
2017-10-31offline: add flavor image height predraw hack, reorganize viewholderAndrew Dolgov
2017-10-31offline headlines: support accent color filter on buttonsAndrew Dolgov
2017-10-31offline: add support for flavorVideoKindView in headlinesAndrew Dolgov
2017-10-31offline article menu: implement toggle unreadAndrew Dolgov
2017-10-31gallery image fragment: remove .thumbnail()Andrew Dolgov
2017-10-31only force refresh headlines fragment when going back from detail activity, d...Andrew Dolgov
2017-10-31some random glide-related stuffAndrew Dolgov
2017-10-31offline detail activity: force hide sidebar in portrait now that activity is ...Andrew Dolgov
2017-10-31only combine headline flavor image and header on small devicesAndrew Dolgov
2017-10-31offline: implement a hacky solution to headlines list jumping around if auto ...Andrew Dolgov