summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org
AgeCommit message (Collapse)Author
2017-10-31some random glide-related stuffAndrew Dolgov
2017-10-31offline detail activity: force hide sidebar in portrait now that activity is ↵Andrew Dolgov
kept through orientation change
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
mark as read is enabled and view mode is unread
2017-10-31offline: support mini thumbnails in textdrawableAndrew Dolgov
2017-10-31offline: download even read articles in debug buildAndrew Dolgov
2017-10-31headlines image stuff: catch OOM on image loadAndrew Dolgov
2017-10-31remove unnecessary cancel dialogs etc from sidebar offline promptAndrew Dolgov
2017-10-31image cache service: show progressbar in notificationAndrew Dolgov
2017-10-31offline success notification: set defaultsAndrew Dolgov
2017-10-31offline headlines fragment: hide flavor overflowAndrew Dolgov
2017-10-31remove second fab variableAndrew Dolgov
2017-10-31offline headlines: implement gallery support for cached filesAndrew Dolgov
2017-10-31offline: implement fullscreen video player for article viewAndrew 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
also some minor notification polish
2017-10-30set notification on offline download success in case our application is in ↵Andrew Dolgov
background (2)
2017-10-30set notification on offline download success in case our application is in ↵Andrew Dolgov
background
2017-10-30apirequest/apiloader: use canonical API url just in caseAndrew Dolgov
2017-10-30use dialogfragment for the "switch offline success" dialog to make it ↵Andrew Dolgov
persist through orientation changes etc
2017-06-26feeds fragment: use order_id for categoriesAndrew Dolgov
2017-06-11reduce flavor image size requirements to pre-update valuesAndrew Dolgov
2017-06-08headlines: in onContextItemSelected check if adapter context menu info is thereAndrew Dolgov
2017-06-07fix getSwipeDirs working incorrectly, d uhAndrew Dolgov
2017-06-06articlepager.getitem: handle index out of bounds (not sure how would pager ↵Andrew Dolgov
respond but w/e)
2017-06-06article pager: support no-append refresh, use top changed snackbar similar ↵Andrew Dolgov
to headlines fragment when applicable
2017-06-06headlines fragment: inject footer on setarticles()Andrew Dolgov
top changed: notify via snackbar remove some unused views
2017-06-06disable lazy load on error response to prevent repeating requests in ↵Andrew Dolgov
headlines fragment
2017-06-06bandaid fix for new-style list footer management causing crashes on tablets ↵Andrew Dolgov
in landscape do not allow swipe-dismissing footer articles entries
2017-06-06disable headlines list animation (glitchy when scrolling sometimes)Andrew Dolgov
2017-06-05feed frags: always notify adapter on load, just in caseAndrew Dolgov
2017-06-05onscroll: do not show/hide actionbar all the timeAndrew Dolgov
2017-06-05only resize footer to screen height if AMR is enabledAndrew Dolgov
2017-06-05rework article pager lazyload to be more similar to how headlines fragment ↵Andrew Dolgov
does it run scroll-related refresh requests using runnable
2017-06-05use special article entries instead of footers because footers in this ↵Andrew Dolgov
implementation tend to glitch out :(
2017-06-05set flavor image height to wrap_content when loading finishedAndrew Dolgov
bump version
2017-06-05remove weird blue flicker when logging inAndrew Dolgov
2017-06-05use snackbar when copying to clipboardAndrew Dolgov
2017-06-05support changing single item on few more article menu actionsAndrew Dolgov
2017-06-05remove gettag/settag hacksAndrew Dolgov
2017-06-05add workaround for listview jumping on image re/loadAndrew Dolgov
2017-06-05headlines: do not update entire list when clicking one of face buttons, do ↵Andrew Dolgov
not update everything onresume
2017-06-05when selecting feed in a drawer use runnableAndrew Dolgov
2017-06-05headlines: only show actionbar when moving upAndrew Dolgov
2017-06-05media player: setSurface() inside a try-catch blogAndrew Dolgov
2017-06-05when scrolling headlines hide toolbar based on px not items scrolledAndrew Dolgov
2017-06-05move glide-related stuff to a separate packageAndrew Dolgov