aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/StartActivity.kt
AgeCommit message (Collapse)Author
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-04-17Start hilt injectionAllan Wang
2021-01-12Create themeproviderAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-02-23Remove koincomponent from BiometricUtilsAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-12-30Apply spotless and update changelogAllan Wang
2019-09-29Fix crash for dialog promptAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-09-08Move biometric init out of coroutine launchAllan Wang
2019-08-15Remove dbflowAllan Wang
2019-07-01Optimize importsAllan Wang
2019-07-01Add swipe to dismissAllan Wang
2019-07-01Update versions and add image activity test startAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-06-08Fix versions and importsAllan Wang
2019-05-01Merge devAllan Wang
2019-04-21Wrap all db calls using our own contextAllan Wang
2019-04-21Add initial biometric testAllan Wang
2019-03-07Replace tab dao with generic daoAllan Wang
2019-03-07Delete dbflow data on migrationAllan Wang
2019-03-07Rename some methodsAllan Wang
2019-03-07Allow migration for fbtabsAllan Wang
2019-03-05Port rest of cookie itemsAllan Wang
2019-03-05Convert fbcookies to room entitiesAllan Wang
2019-03-05Create initial room modelsAllan Wang
2019-01-05Prepare next releasev2.2.1Allan Wang
2019-01-04Apply sensitive string to start activity loggerAllan Wang
2019-01-04Redact default cookiemodel stringAllan Wang
2019-01-04Theme (#1308)Allan Wang
* Add new attribute and theme messages page * Theme more components * Update comments and remove them from css files * Support at field in theme builder * Support at field in theme builder * Use wildcard matcher for menu overflow
2019-01-03Add asset preloader (#1311)Allan 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-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-04-12Misc (#865)Allan Wang
* 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
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-01-07Fix start activity (#607)Allan Wang
2018-01-07Feature/website debug (#603)Allan Wang
* Create beginning of web downloader * Clean up * Update KAU for reified activity launching * Update web attachments and setFrostColor * Test other zipper * Test simpler image saving model * Finish up image activity * Restore aggressive overlays * Try new zipper * Test again * Fix tests * Add working build * Rename * Support cancellation
2017-12-31Enhancement/proguard (#589)Allan Wang
* Add error log * Rewrite logger
2017-12-12Update/intro (#550)v1.7.0Allan Wang
* Add edit button to intro * Update readme * Fix video error and cancellation * Update changelog * Hide invalid tab options
2017-12-11Feature/tab customization (#522)Allan Wang
* Add initial tab customizing view * Add rest of content for now * Delete project file backups * Stash * Support full tab customization * Test activity animations * Update kau and fix sound uri * Try catch download, resolves #523
2017-11-12Translations (#482)Allan Wang
* Update translators * Remove translation for some other texts * Update kau * Fix build and optimize * Add translations * Update readme and changelog * Clean unnecessary strings * Fix translations * Add korean translations for kau
2017-08-07Fix/2FA (#115)Allan Wang
* Create basis for downloading videos * Resolve some download errors and allow video to be opened in external apps * Remove url checks for loging * Update readme with build links * Allow for all apks to build * Fix travis apk uploads * Fix null mapping * Fix some notation * Add commit message to test builds * Remove faulty commit from test release * Add intent overriding to login web client * Add resource logging * Add intent verification without url check * Simplify login activity * Check start activity for result * Add check before resolving intent * Fix wrong index * Temporary fix for 2FA login with U2F (#116) * Clean up and add comments
2017-08-03Add IM notifications, FAQ, video uploading, and geolocations (#107)Allan Wang
* Test canary * Update activities to use kau base * Update dependencies * Cherry pick faq * Update kau and add faq * Add readme badges * Add im notifications and video uploading * Update theme * Update and fix unit tests * Add geolocation * Prepare alpha test * Remove explicit nonnull request
2017-07-16Add image viewing and downloading (#63)v1.3Allan Wang
* Commence aggressive image caching * Add glide toggle and css url parsing * Add image hook and refractor activities * Update version analytics * Implemented imageactivity but glide will not load * Create working image loader * Finalize image view * Finalize image view logic * Remove custom cache experiment
2017-06-30Remove user info in debug logsAllan Wang
2017-06-21Clean up dependenciesAllan Wang
2017-06-20Add user switching for notificationsAllan Wang