aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/activities/BaseMainActivity.kt
AgeCommit message (Collapse)Author
2019-12-30Apply spotless and update changelogAllan Wang
2019-12-29CleanupAllan Wang
2019-12-29Fix viewpager id refAllan Wang
2019-12-29Finish adding remaining click eventsAllan Wang
2019-12-28Add additional options contentAllan Wang
2019-12-27Prepare for nav option entriesAllan Wang
2019-12-27Add nav items programmaticallyAllan Wang
2019-12-26Remove extra vars and reattach onBackPressAllan Wang
2019-12-26Switch to viewbinding and styles and prepare layout wrapperAllan Wang
2019-12-26Remove material drawer dependencyAllan Wang
2019-09-29Fix crash for dialog promptAllan Wang
2019-09-22Optimize imports and update changelogAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-08-06Reduce notification update frequencyAllan Wang
2019-08-06Disable more components if web onlyAllan Wang
2019-08-04Add fab auto refreshAllan Wang
2019-08-04Add pref toggleAllan Wang
2019-07-21Add prefsAllan Wang
2019-07-18Remove refresh requirementAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-06-08Fix versions and importsAllan Wang
2019-06-07Remove themed dialog variantsAllan Wang
2019-04-25Move search view binding to separate funcAllan Wang
2019-04-25Close drawer on back if opened, resolves #1407Allan Wang
2019-04-24Apply updates from servicesAllan Wang
2019-03-07Replace tab dao with generic daoAllan Wang
2019-03-07Specify coroutine scopes in base main activityAllan Wang
2019-03-07Move viewpager page setup to adapterAllan Wang
2019-03-07Set page limit based on tab countAllan Wang
2019-03-07Rebind main activity logicAllan Wang
2019-03-05Convert fbcookies to room entitiesAllan Wang
2019-03-05Create initial room modelsAllan Wang
2019-02-06Fix/open broadcast (#1345)Allan Wang
* Convert jsi related channels to broadcasts * Close channel in debug activity
2019-01-16Feature/marketplace (#1328)Allan Wang
* Add marketplace item * Add marketplace entry to drawer * Update changelog
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-28Update badge channelAllan Wang
2018-12-28Update consts and android extensionsAllan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-12-24Update/bindview (#1258)Allan Wang
* Update bindview for FrostVideoViewer * Remove more bindview usages * Fix compilation problems * Remove custom drawer header
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
2018-09-27Fix more lintsAllan Wang
2018-09-27Fix more lintsAllan Wang
2018-09-27Fix misc lintRelease problemsAllan Wang
2018-09-27Move parsers to facebook folder (#1109)Allan Wang
2018-09-26Cleanup (#1087)Allan Wang
* Feature/download manager (#855) * Add initial github release check * Create update service * Clean old manager directory * Update kau * Update updateActivity snippet * Add back gradle keys * Remove update service functionality * Update changelog * Misc (#865) * Clean up git code * Update download link * Update theme * Reorder settings, resolvees #856 * Do not log undeliverable exception * Handle potential lack of webview * Set notification epoch default to now, resolves #857 * Fix notification epoch time init * Update changelog * Update theme * Add slack url, resolves #880 * Prepare for image update * Fix view full image (#882) * Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog * Fix compilation and add new keys * Update all versions * Fix signing configs * Fix exoplayer api update * Change string usage * Test scss on travis * Test with node_js flag * Add back css * Update versions and fix video view
2018-04-07Fix useragent update (#845)Allan Wang
* Test windows user agent * Update dependencies * Update KAU * Switch back user agent and use android base * Fix lint issues * Fix lint part 2 * Test messenger user agent * Update bugsnag release levels
2018-03-21Update buildsdk (#808)Allan Wang
* Update changelog * Add build sdk check * Remove play store affiliate * Ignore Overdraw * Remove theme background * Add back for transparent * Fix restart button
2018-03-21Feature/bugsnag (#807)Allan Wang
* Add bugsnag * Remove crashlytics * Remove pro features and iab * Make analytics opt in * Clean settings activity * Clean settings activity 2