aboutsummaryrefslogtreecommitdiff
path: root/app/src/androidTest/kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt
AgeCommit message (Collapse)Author
2021-09-13Separate and fix activity testsAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2020-03-01Avoid version check on travisAllan Wang
2020-03-01Fix image activity testsAllan Wang
2020-02-23Add test runnersAllan Wang
2020-02-04Apply spotlessAllan Wang
2020-02-04Fix image activity testAllan Wang
2019-12-31Apply spotlessAllan Wang
2019-12-31Fix testsAllan Wang
2019-12-30Apply spotless and update changelogAllan Wang
2019-07-03Add translation update to changelogAllan Wang
2019-03-04Reorder test argsAllan 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-25Update imageactivity and add tests, resolves #1107Allan Wang
2018-12-25Clean up image activity and prepare for testsAllan Wang