aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/fragments
AgeCommit message (Collapse)Author
2021-11-23Remove all experimental annotationsAllan Wang
2021-11-23Create extension for converting emittersAllan Wang
2021-11-23Convert fragment channel to flowAllan Wang
2021-11-21Improve menu loading when going backAllan Wang
2021-04-18Fix lintAllan Wang
2021-04-18Rename basefragment fileAllan Wang
2021-04-17Injection checkpointAllan Wang
2021-04-17Inject tab itemsAllan Wang
2021-04-17Inject main activity contractAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-01-24Revert "Add option to log out for messenger"Allan Wang
This reverts commit 4c2c8a9ce4872e8bbb2a55c8b527e4f7b22ef633.
2021-01-24Add option to log out for messengerAllan Wang
2021-01-24Create messenger client with cookie checkingAllan Wang
2021-01-12Convert all theme access to themeproviderAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-02-29Update koin usageAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove koincomponent from BiometricUtilsAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan Wang
2020-02-23Remove koincomponent from activities and apply spotlessAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-12-30Apply spotless and update changelogAllan Wang
2019-12-29Fix townhall loading (#1603)Allan Wang
* Fix townhall loading * Clean up logs * Remove extra imports * Optimize imports * Fix query test
2019-09-22Optimize imports and update changelogAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-09-15Add comment pointing to PRAllan Wang
2019-09-15Remove auth and native ui elements by defaultAllan Wang
2019-09-07Replace web only with native ui and auth requestsAllan Wang
2019-08-06Disable more components if web onlyAllan Wang
2019-08-06Format kotlinAllan Wang
2019-08-04Add pref toggleAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-06-08Fix versions and importsAllan 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
2019-01-04Convert global continuations to completable deferredAllan Wang
2019-01-01Close channels after destroy, resolves #1292Allan 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-28Update badge channelAllan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-27Fix initial crashAllan Wang
2018-12-27Begin replacing observables with channelsAllan Wang
2018-12-25Clean up image activity and prepare for testsAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-12-23Migrate to androidx (#1257)Allan Wang
* Initial migration * Update gradle wrapper * Update iconics and revert progressanimator api * Clean up imports * Update dependencies and address some lint issues * Update constants * Remove extra import