aboutsummaryrefslogtreecommitdiff
path: root/app/src/androidTest
AgeCommit message (Collapse)Author
2021-10-24Version bumps, koin removal, android 12 targetAllan Wang
2021-09-13Separate and fix activity testsAllan Wang
2021-09-13Test remaining activitiesAllan Wang
2021-09-13Create initial hilt testsAllan Wang
2021-04-18Fix lintAllan Wang
2021-04-18Fix coroutine testsAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-01-24Update db to include messenger cookieAllan Wang
2021-01-10Start converting pref colors into themeProvider colorsAllan Wang
2021-01-10Spotless applyAllan Wang
2021-01-10Fix koin importsAllan Wang
2020-07-18Migrate showcase prefs to pref sectionAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-03-01Avoid version check on travisAllan Wang
2020-03-01Fix image activity testsAllan Wang
2020-03-01Format codeAllan Wang
2020-02-23Add test runnersAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan 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-09-11Optimize PNG images losslessly with zopflipngPeter Dave Hello
2019-07-03Add translation update to changelogAllan Wang
2019-06-13Fix test code errorsAllan Wang
2019-04-24Add click events to notificationsAllan Wang
2019-03-07Apply spotlessAllan Wang
2019-03-07Replace tab dao with generic daoAllan Wang
2019-03-07Rename some methodsAllan Wang
2019-03-07Optimize importsAllan Wang
2019-03-07Add cache testAllan Wang
2019-03-07Add koin testAllan Wang
2019-03-07Migrate to dao and add filter to titleAllan Wang
2019-03-06Update notif databaseAllan Wang
2019-03-06Make db entities immutableAllan Wang
2019-03-05Add fb tab testAllan Wang
2019-03-05Split db tests per daoAllan Wang
2019-03-05Add more cookie db testsAllan Wang
2019-03-05Create working dao without suspensionAllan Wang
2019-03-05Create initial room modelsAllan 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-29Completely remove fbcookie's invoke functionAllan Wang
2018-12-25Update imageactivity and add tests, resolves #1107Allan Wang
2018-12-25Clean up image activity and prepare for testsAllan Wang
2017-07-13Dev 1.2.2 - Add framework for messenger notifications (#47)Allan Wang
* Update KAU to v2.0 * Only inject theme for facebook and inject js after * Clean up menu loading logic * Add path null check * Remove .idea files * Add url formatter testers * Update tests and check url nullability - Fixes * Create instant messaging parser * Shorted notification log and remove unnecessary null checks * Make migration buildable * Test message parser * finalize messenger notifs for now
2017-05-29initial portAllan Wang