summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/util
AgeCommit message (Expand)Author
2021-03-28Prefer StringBuilder over StringBufferAndrew Gaul
2020-10-03move fab to activity view out of specific fragmentsAndrew Dolgov
2020-10-02fix headlines fabAndrew Dolgov
2020-10-02use coordinator layout / appbarlayout to deal with collapsing toolbars and a...Andrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2018-07-11simplify requests to update widgetAndrew Dolgov
2018-03-12use two common notification channels instead of separate onesAndrew Dolgov
2018-03-12implement notification channels for sdk 26Andrew 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-31image cache service: show progressbar in notificationAndrew Dolgov
2017-10-31offline success notification: set defaultsAndrew Dolgov
2017-10-31offline: support caching (and displaying) video contentAndrew Dolgov
2017-10-31allow canceling imagecacheservice / offlinedownloadserviceAndrew Dolgov
2017-10-31remove offline success snackbar and now useless success broadcastAndrew Dolgov
2017-10-31use high priority notification for offline success resultAndrew Dolgov
2017-10-30do not use alertdialog to switch offline, use snackbar insteadAndrew Dolgov
2017-10-30set notification on offline download success in case our application is in ba...Andrew Dolgov
2017-10-30set notification on offline download success in case our application is in ba...Andrew Dolgov
2017-06-05use special article entries instead of footers because footers in this implem...Andrew Dolgov
2017-06-05move glide-related stuff to a separate packageAndrew Dolgov
2017-06-04functional progressbars for glide-loaded images in headlines bufferAndrew Dolgov
2017-06-04headlines list: reimplement context menusAndrew Dolgov
2017-06-04headlines fragment: assorted fixes, mostly related to footer placementAndrew Dolgov
2017-06-03do not reuse headline footer viewsAndrew Dolgov
2017-06-01 WIP: headlines list switched to recycler viewAndrew Dolgov
2017-05-31rework pinch-zoom image view to use ImageMatrixTouchHandlerAndrew Dolgov
2017-05-31optimize importsAndrew Dolgov
2017-05-31add ApiLoader, move cats fragment to use it insteadAndrew Dolgov
2017-05-30widget: add option for dark background, configurable update intervalAndrew Dolgov
2016-04-14implement view_loadmore as a listview footer instead of a pseudo-articleAndrew Dolgov
2015-12-17Revert "switch to nestedscrollview provided by v4 support library"Andrew Dolgov
2015-12-06add some ripple magic to flavor imageAndrew Dolgov
2015-12-02move excerpt cleanup to Article classAndrew Dolgov
2015-11-27switch to nestedscrollview provided by v4 support libraryAndrew Dolgov
2015-08-18move some jsoup processing to article class; simplify headline adapterAndrew Dolgov
2015-08-17improve error reporting a bitAndrew Dolgov
2015-07-12handle possible type problems w/ m_firstId in JSONAndrew Dolgov
2015-07-12first_id fixesAndrew Dolgov
2015-07-12show top changed message in articlepagerAndrew Dolgov
2015-07-10remove flavor image arrowAndrew Dolgov
2015-06-26add workaround for android issue #26194, thanks googleAndrew Dolgov
2015-06-10rework databasehelper as a singletonAndrew Dolgov
2015-06-10remove typeface cacheAndrew Dolgov
2015-06-10further refactoringAndrew Dolgov
2015-06-10refactor layouts naming schemeAndrew Dolgov
2015-06-05headlines: add a special invisible listview item because listviewanimations s...Andrew Dolgov
2015-06-04show drawer behind translucent statusbar, jesus fuck (2)Andrew Dolgov
2015-06-02add progressbar to imagecacheservice notificationAndrew Dolgov
2015-05-11add experimental hiding actionbar on scrollAndrew Dolgov