aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
AgeCommit message (Collapse)Author
2020-10-03Link settings with injectionAllan Wang
2020-09-27Add option to hide feed likes and bottom barAllan Wang
2020-07-18Split prefs into segmentsAllan Wang
2020-07-18Create prefs packageAllan Wang
2020-05-23Merge pull request #1680 from AllanWang/full-size-imageAllan Wang
2020-05-23Allow text area to fill with default min heightAllan Wang
2020-05-23Add auto resize to text areasAllan Wang
2020-05-23Create full size image cssAllan Wang
2020-02-23Disable desktop url conversion if url does not support refreshAllan Wang
2020-02-23Remove singleton pattern for fbcookieAllan Wang
2020-02-23Remove koincomponent from activities and apply spotlessAllan Wang
2020-02-23Move prefs to service locatorAllan Wang
2019-10-06Optimize importsv2.4.1Allan Wang
2019-09-29Disable refresh for all soft composer urlsAllan Wang
2019-09-29Disable swipe to refresh for composer and sharer urlsAllan Wang
2019-09-29Add bracesAllan Wang
2019-09-28Merge branch 'dev' into desktop-url-convertAllan Wang
2019-09-28Convert desktop urls to mobile onesAllan Wang
2019-09-21Disable click launches from notification pageAllan Wang
2019-09-14Fix menu loading visibilityAllan Wang
2019-08-06Fix up menu web view lookAllan Wang
2019-08-04Format fb urls before intentAllan Wang
2019-07-02Prevent horizontal swipes if html element can scroll horizontallyAllan Wang
2019-04-02Show header when not jewel navAllan Wang
2019-03-31Apply spotlessv2.2.3Allan Wang
2019-03-31Remove round icon settingsAllan Wang
2019-03-04Allow hiding stories (#1361)Allan Wang
2018-12-28Fully remove anko, resolves #1184Allan Wang
2018-12-28Switch default user agent to android, resolves #1245, #1229Allan Wang
2018-12-28Switch remaining primary observablesAllan Wang
2018-12-27Convert remaining view observablesAllan Wang
2018-12-24Enhancement/ktlint (#1259)Allan Wang
* Add spotless * Reformat code * Apply license header * Add remaining license headers
2018-09-27Add tests and move header hider to cssAllan Wang
2018-04-13Fix view full image (#882)v2.0.1Allan Wang
* Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog
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-02-02Feature/post (#696)v1.8.1Allan Wang
* Reorder final override * Add initial fab bindings * Update scripts * Optimize and use js header hider * Remove old header hider * Use method for generating clicker
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
2018-01-20Enhancement/speed up (#650)Allan Wang
* Revert back to m.facebook * Add initial speedup * Update theme * Fix link press for event status * Move web states to fb const * Fix images and email * Fix up flyweight for requests * Ensure frost request is synchronous * Prepare diff utils * Improve speed and fix blank overlay * Update comments * Add debugger and fix searchview * Theme discover pages. Resolves #654 * Fix duplicate reload * Fix image loading * Update changelog * Update tests * Rename test Update dependencies Update gitignore
2018-01-10Misc (#614)Allan Wang
* Add locale log * Add flyweight design for authenticator * Add option to have instant messages only * Update interceptor * Add hd image model loader (#613) * Launch image view for view full image * Update changelog * Greatly improve ImageActivity loading * Update hashes * Add back keyword filter * 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-11-15Fix self loadingv1.6.6Allan Wang
2017-11-15Fix some logicAllan Wang
2017-11-15Fix/bad overlay (#490)v1.6.5Allan Wang
* Fix intent launching * Add some tests and update kotlin
2017-11-12enhancement/video-player (#480)v1.6.3Allan Wang
* Add toolbar visibility toggle and draw it over viewer * Set contract bindings once available * Fix video url param error and prepare progressanimator * Add gif support and better transitions * Interface a lot of things * Reorder back press * Clean up files and fix selector * Add gif support * Redraw bounds when necessary
2017-10-24WIP: Feature/pip video 2 (#405)Allan Wang
* Add dependency * Test new video view * Add initial video bindings * Implement drag to dismiss * Begin initial integration * Fix typo * Fix up url formatter * Update changelog * Create first fully integrated video build * Update translations * Update translations 2
2017-10-07Add toggles and injectorsAllan Wang
2017-09-24Fix background color for non facebook pages (#335)Allan Wang