aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt
AgeCommit message (Collapse)Author
2020-03-01Format codeAllan Wang
2019-12-08Update versions (#1591)Allan Wang
* Update versions * Update travis android sdk * Fix api updates * Update dex plugin version
2019-09-15Remove auth and native ui elements by defaultAllan Wang
2019-08-06Format kotlinAllan Wang
2019-01-04Convert global continuations to completable deferredAllan Wang
2019-01-03Wrap full image url in try catch, resolves #1307Allan Wang
2019-01-03Add custom gradle function and ignore some testsAllan Wang
2018-12-26Merge new auth flyweight and update hd image fetcherAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-04-13Fix view full image (#882)v2.0.1Allan Wang
* Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog
2018-03-11Enhancement/debug mode (#779)Allan Wang
* Update changelog * Improve debugger * Remove need for mapping urls * Remove excess logs * Clean up
2018-01-20Enhancement/speed up (#650)Allan Wang
* Revert back to m.facebook * Add initial speedup * Update theme * Fix link press for event status * Move web states to fb const * Fix images and email * Fix up flyweight for requests * Ensure frost request is synchronous * Prepare diff utils * Improve speed and fix blank overlay * Update comments * Add debugger and fix searchview * Theme discover pages. Resolves #654 * Fix duplicate reload * Fix image loading * Update changelog * Update tests * Rename test Update dependencies Update gitignore
2018-01-10Misc (#614)Allan Wang
* Add locale log * Add flyweight design for authenticator * Add option to have instant messages only * Update interceptor * Add hd image model loader (#613) * Launch image view for view full image * Update changelog * Greatly improve ImageActivity loading * Update hashes * Add back keyword filter * Clean up
2017-12-29Feature/image retrieval (#581)v1.7.3Allan Wang
* Refactor * Attempt new content * Clean up to make compile friendly * Update docs