aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/activities/SettingsActivity.kt
AgeCommit message (Collapse)Author
2021-09-12Fix multi account switchingAllan Wang
2021-04-17Inject activity themerAllan Wang
2021-04-17Injection checkpointAllan Wang
2021-04-17Update theme providers and readd koin modulesAllan Wang
2021-01-12Convert all theme access to themeproviderAllan Wang
2021-01-12Create themeproviderAllan Wang
2021-01-12Merge branch 'dev' into messengerAllan Wang
2021-01-11Add github link in place of email supportAllan Wang
2021-01-11Add back email sender with blank email and remove more sendersAllan Wang
2021-01-10Start converting pref colors into themeProvider colorsAllan Wang
2020-10-03Update iconics usageAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-02-29Update koin usageAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-09-22Fix lint problemsAllan Wang
2019-09-22Apply kau migrationAllan Wang
2019-08-04Add fab auto refreshAllan 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-05-01Add security settings for biometricsAllan Wang
2019-01-03Add asset preloader (#1311)Allan 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
2018-09-27Fix misc lintRelease problemsAllan Wang
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-04-09Feature/download manager (#855)Allan Wang
* 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
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
2018-03-11Enhancement/debug mode (#779)Allan Wang
* Update changelog * Improve debugger * Remove need for mapping urls * Remove excess logs * Clean up
2018-01-07Enhancement/debug (#605)Allan Wang
* Finalize debugger * Add video logging
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-21Enhancement/fragment interface (#564)Allan Wang
* Begin fragment interfaces and themable contracts * Prepare swiperefresh interface * Snapshot * Add compilable version * Revamp once more * Finalize layouts * Cleanup
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-09Update/kau (#476)Allan Wang
* Update all dependencies * Revert to working build * Update kau again * Update nullables * Update more nullables * Inline some things * Add images to readme * Update readme translators
2017-10-14V1.5.8 (#410)v1.5.8Allan Wang
* Add show all to searchview * Remove web search view * Update kau * Add translation links
2017-09-24Enhancement/rating (#334)Allan Wang
* Add rating button after one month * Add rating for pro purchase and clean dialogs * Update kau
2017-09-19Remove network image settings (#320)Allan Wang
* Remove network image settings * Remove import
2017-08-19Feature/ringtone selector (#200)Allan Wang
* Update changelog * Create and test ringtone selector * Update changelog * Update text
2017-08-19Refactor enums and optimize importsAllan Wang
2017-08-14v1.4.5 (#174)v1.4.5Allan Wang
* Update/kau (#125) * Update logger * Clean imports and bring back reactive libs * Update dependencies and make billing async * Misc (#128) * Update null * Attempt to improve transparent theme backgrounds * Update menu * Move injections to visible method and reduce offset * Update searchview and logging * Clean temp strings and add network states * Move console blacklist to web state * Change some logs to info * Move glide loader to onCreate (#135) * Remove commit number increments (#139) * Fix/misc (#140) * Add canadian locale to toLowerCase * Add try catch to JsAssets * Disable error throwing for bad search subject * Log more throwables quietly * Check internet connection before fetching username * Remove name check in frost notifications * Add activity lifecycle logger * Add rxjava to lib showcase * Move network checker to io thread (#150) * Update dependency * Blank * Feature/jsoup debugger (#152) * Create debugger * Update debugger content * Create debugging logic * Finalize and test debugger * Add reload listener * Fix/pro crash without play store (#155) * Update changelog * Check if iab service exists * Add checker before launching play store request * Separate strings * Enhancement/message notifications (#157) * Map message notifs to the headless html extractor * Update strings * Bring im notifs out of alpha * Update changelog * Remove confirmation dialog (#159) * Separate message notifications and add click intents (#171) * Separate message notifications and add click intent for group notifications * Add comments and finalize * Feature/scroll down on message thread (#172) * Add hook for scroll * Update changelog * Add custom navdrawer layout (#173) * Add faq for auto play * Update changelog * Fix page banner bg (#163)
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-30Intro (#100)v1.4.1Allan Wang
* Create base activity * Created some testers * Update theme and fix mess up * Update theme and replace paint * WIP intro drawables * Create intro screens * Clear unnecessary dependencies * Finalize intro panels * Clean up intro * Attack intro to settings * Fix lint * Finalize intro
2017-07-25Update image downloads , IAB, and many issue reports (#95)v1.4Allan Wang
* Remove iab proguard line * Remove dup vending aidl * Fix double calling issue * Change pro logging * Remove async call * Allow for multiple result flags from settings * Rename restore to get * Remove remaining async * Add null checks across web clients * Do not delete temp file on save * Implement image logic * Update file chooser * Update travis * Add intent checker * Update dependencies * Update dependencies * Add debugging option * Switch context for login glide * Scan newly added files * Update theme * Allow image downloading in messages * Finalize beta release * Build to beta * Update strings
2017-07-22Test new billing logic (#86)v1.3.5Allan Wang
* Add lint * Add new libs * Update libs and add friends tab * Aggressively hide nonrecent posts * Update dependencies * Add php to most recents * Add full size image downloader * Fix css cleaner * Fix notification and circle * Bring back regex * Update kau, optimize imports, and remove string ambiguity * Bring back anjlab iab and move to alpha * Create initial billing test
2017-07-19Dev - minor updates (#73)v1.3.3Allan Wang
* Add lint * Add new libs * Update libs and add friends tab * Aggressively hide nonrecent posts * Update dependencies * Add php to most recents * Add full size image downloader * Fix css cleaner
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