aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/kotlin/com/pitchedapps/frost/kotlin/FlyweightTest.kt
AgeCommit message (Collapse)Author
2021-11-23Remove broadcast channel and flyweightAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2020-03-01Format codeAllan Wang
2019-12-30Apply spotless and update changelogAllan Wang
2019-01-04Fix flyweight testsAllan Wang
2019-01-04Convert global continuations to completable deferredAllan 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