summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Expand)Author
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
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-10-30apirequest/apiloader: use canonical API url just in caseAndrew Dolgov
2017-10-30use dialogfragment for the "switch offline success" dialog to make it persist...Andrew Dolgov
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 re...Andrew Dolgov
2017-06-06article pager: support no-append refresh, use top changed snackbar similar to...Andrew Dolgov
2017-06-06headlines fragment: inject footer on setarticles()Andrew Dolgov
2017-06-06disable lazy load on error response to prevent repeating requests in headline...Andrew Dolgov
2017-06-06bandaid fix for new-style list footer management causing crashes on tablets i...Andrew Dolgov
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 do...Andrew Dolgov
2017-06-05use special article entries instead of footers because footers in this implem...Andrew Dolgov
2017-06-05set flavor image height to wrap_content when loading finishedAndrew Dolgov
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 no...Andrew Dolgov
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
2017-06-04drawer progressbar seems redundantAndrew Dolgov
2017-06-04headlines: animate images, add vertical scrollbarAndrew Dolgov
2017-06-04add a close button to default notice snackbarAndrew Dolgov
2017-06-04no need to check if loading footer present on refresh because we remove all o...Andrew Dolgov
2017-06-04do not clear glide cache on every app exitAndrew Dolgov
2017-06-04do not pause inline player onscrollAndrew Dolgov
2017-06-04gallery: add image dimension checkingAndrew Dolgov
2017-06-04video fragment: handle possible null pointer on configuration changeAndrew Dolgov
2017-06-04enable back reposition code for flavor image/headerAndrew Dolgov
2017-06-04enable animations for glideAndrew Dolgov
2017-06-04headlines: add (disabled) code to fix height of all images to 0.5 * screenHeightAndrew Dolgov
2017-06-04flavor images: enable cachesAndrew Dolgov
2017-06-04remove handling for holder.topChangedMessage because it's a footer, duhAndrew Dolgov