aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt
AgeCommit message (Collapse)Author
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan Wang
2019-09-22Optimize imports and update changelogAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-08-06Format kotlinAllan Wang
2019-03-31Add stricter parsing testsAllan Wang
2019-02-05Theme (#1346)Allan Wang
* Theme text from linked user list * Theme unlike page, resolves #1335 * Fix comment theme box text, resolves #1340 * Apply spotless
2019-02-02Fix crashAllan Wang
2019-01-05Wrap parser calls with try catch, resolves #1298Allan 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-28Prevent crash with null frost cookieAllan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-27Fix initial crashAllan Wang
2018-12-27Begin replacing observables with channelsAllan 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-02-02Feature/post (#696)v1.8.1Allan Wang
* Reorder final override * Add initial fab bindings * Update scripts * Optimize and use js header hider * Remove old header hider * Use method for generating clicker
2018-01-07Enhancement/debug (#605)Allan Wang
* Finalize debugger * Add video logging
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