aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/activities/TabCustomizerActivity.kt
AgeCommit message (Collapse)Author
2021-04-17Inject activity themerAllan Wang
2021-04-17Inject tab itemsAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-01-12Convert all theme access to themeproviderAllan Wang
2021-01-10Start converting pref colors into themeProvider colorsAllan Wang
2020-02-23Remove koincomponent for ActivityThemeUtilsAllan 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-29Add missing initAllan Wang
2019-12-29Add view binding for TabCustomizerActivityAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-08-06Format kotlinAllan Wang
2019-06-13Update kau and fix 29 incompatibilitiesAllan Wang
2019-06-08Fix versions and importsAllan Wang
2019-03-07Apply spotlessAllan Wang
2019-03-07Replace tab dao with generic daoAllan Wang
2019-03-07Fix tab customizer activityAllan Wang
2019-03-07Allow migration for fbtabsAllan Wang
2019-03-05Create initial room modelsAllan 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-02-16Update/misc (#728)Allan Wang
* Update basic agent check; fixes #714 * Disable swipe on long click * Remove duplicate code * Update dependencies * Update dependencies 2 * Add debug keystore * Update versions * Fix duplicate notification * Fix duplicate notification sound; addreesses #725 * Update changelog * Clean up
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-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