aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests
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 more unused methodsAllan Wang
2019-09-15Remove auth and native ui elements by defaultAllan Wang
2019-09-07Remove desktop and mobile user agent defAllan Wang
2019-08-06Format kotlinAllan Wang
2019-04-13Update user agent (#1400)Allan Wang
* Rename user agent and update chrome for desktop, resolves #1387 * Rename more basic to desktop * Apply spotless
2019-01-05Remove reactivex from debuggerAllan Wang
2019-01-04Fix flyweight testsAllan Wang
2019-01-04Try catch apache unescape, resolves #1300Allan Wang
2019-01-04Redact default cookiemodel stringAllan 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
2019-01-01Add changelogAllan Wang
2018-12-31Enhancement/coroutines (#1273)Allan Wang
* Convert rest of fbcookie to suspended methods * Replace active checks with yield * Apply spotless * Switch cookie domain to exact url * Optimize imports and enable travis tests again * Update proguard rules * Remove unnecessary yield * Remove unused flyweight * Remove unused disposable and method * Use contexthelper instead of dispatcher main * Convert login activity to coroutines * Use kau helper methods for coroutines * Enhancement/offline site (#1288) * Begin conversion of offline site logic * Fix offline tests and add validation tests * Ignore cookie in jsoup if it is blank * Force load and zip to be in io * Use different zip files to fix tests * Log all test output * Do not log stdout * Allow test skip for fb offline
2018-12-26Support old fbRequestAllan Wang
2018-12-26Merge new auth flyweight and update hd image fetcherAllan Wang
2018-12-26Add new flyweightAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-09-27Fix more lintsAllan Wang
2018-09-27Move parsers to facebook folder (#1109)Allan Wang
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-04-09Feature/download manager (#855)Allan Wang
* Add initial github release check * Create update service * Clean old manager directory * Update kau * Update updateActivity snippet * Add back gradle keys * Remove update service functionality
2018-03-11misc (#781)v1.8.3Allan Wang
* Rename image vars * Add black media option, resolves #726 * Update changelog * Fix menu parsin * Update changelog * Fix menu badges
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-31Mock logger in unit testsAllan Wang
2017-12-31Enhancement/proguard (#589)Allan Wang
* Add error log * Rewrite logger
2017-12-31feature/menu-parser (#582)Allan Wang
* Test menu parser * Add menu fragment implementation * Test proguard * Clean up * Use async * Use invoke * Try without proguard * Try 2 * Add fallback logic * Use normal notification event * Add custom event flag * Add rest of menu fragment data * Ensure fallback works * Update docs
2017-12-29Feature/image retrieval (#581)v1.7.3Allan Wang
* Refactor * Attempt new content * Clean up to make compile friendly * Update docs