summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
AgeCommit message (Collapse)Author
2018-07-07add version suffix for fdroid buildAndrew Dolgov
2018-07-06add hasProperty check for fdroid stuffAndrew Dolgov
2018-07-06bump versionAndrew Dolgov
2018-07-06do not check trial in fdroid buildsAndrew Dolgov
2018-07-06Merge branch 'master' of git.fakecake.org:tt-rss-androidAndrew Dolgov
2018-07-06add build type for f-droidAndrew Dolgov
2018-07-06Fix headline reqeust will be sent multi times.bluesky139
2018-07-05Merge branch 'master' of git.tt-rss.org:fox/tt-rss-androidAndrew Dolgov
2018-07-05fix invisible login activity toolbar on older android devicesAndrew Dolgov
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-03Merge branch 'master' of git.tt-rss.org:fox/tt-rss-androidAndrew Dolgov
2018-05-03bump versionAndrew 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-28Updated pt_BR translation.Eduardo M KALINOWSKI
2018-04-09pager: check if bundle is not null in saveState()Andrew Dolgov
2018-04-04bump versionAndrew 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-04-03bump versionAndrew Dolgov
2018-04-03Allow user-provided TLS certificatesIbrahim M. Ghazal
2018-03-30bump versionAndrew Dolgov
2018-03-16bump versionAndrew 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
also added dark variant for ic_attachment
2018-03-13bump versionAndrew 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 ↵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-08toolbar: use android:theme instead of app:themeAndrew Dolgov
2018-03-08commonactivity: use icepick/bridgeAndrew Dolgov
2018-03-08initial set of changes to target SDK 27Andrew Dolgov
2017-12-11bump versionAndrew Dolgov
2017-12-11fix window background colors to properly render status bar (it should be ↵Andrew Dolgov
darker than actionbar) why am i the only one noticing this
2017-12-11update accent colors for dark themeAndrew Dolgov
2017-12-11bump versionAndrew Dolgov
2017-12-11sync accent colors with trunkAndrew Dolgov
2017-11-21never try to pass null package name to bindCustomTabsServiceAndrew Dolgov