aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
AgeCommit message (Collapse)Author
2022-07-04Added new “marketplace items” filterdevIván Ávalos
2022-07-01Added missing “show suggested posts” entry to settingsIván Ávalos
2021-04-17Update theme providers and readd koin modulesAllan Wang
2020-09-27Add option to hide feed likes and bottom barAllan Wang
2020-05-23Add pref entryAllan Wang
2020-02-23Remove koincomponent from activities and apply spotlessAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-08-04Add fab auto refreshAllan Wang
2019-08-04Add prefsAllan Wang
2019-06-13Apply spotlessAllan Wang
2019-06-07Remove themed dialog variantsAllan Wang
2019-03-04Allow hiding stories (#1361)Allan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-09-27Fix more lintsAllan Wang
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-01-25Enhancement/video (#669)v1.8.0Allan Wang
* Test stricter video extractor * Mess around with mutations * Revert back to strict click listener * Update theme * Update dependencies * Update theme * Create pip toggle * Add pip disabler * Update theme * Update theme
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-26Misc (#513)Allan Wang
* Split content call from adding call * Comment out reactive network code * Remove autoplay settings, fixes #500
2017-10-07Add toggles and injectorsAllan Wang
2017-09-16Feature/recents (#290)Allan Wang
* Create toggle for aggressive recents * Add toggle
2017-09-12Enhancement/link to autoplay (#271)Allan Wang
* Add link to autoplay * Update changelog * Update network strings
2017-08-19Refactor enums and optimize importsAllan Wang
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-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-07-13Dev 1.2.2 - Add framework for messenger notifications (#47)Allan Wang
* Update KAU to v2.0 * Only inject theme for facebook and inject js after * Clean up menu loading logic * Add path null check * Remove .idea files * Add url formatter testers * Update tests and check url nullability - Fixes * Create instant messaging parser * Shorted notification log and remove unnecessary null checks * Make migration buildable * Test message parser * finalize messenger notifs for now
2017-07-02Remap billing functionalityAllan Wang
2017-06-29Lots of small incremental fixesAllan Wang