aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClient.kt
AgeCommit message (Collapse)Author
2017-07-17Fix notifications and long press for albums (#69)v1.3.2Allan Wang
* Allow for album images to be viewed * Update listing info * Web refractoring * Test message notifications * Fix notifications and context press
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-13Separate pref strings, add notifs control, fix searchview (#60)v1.2.2Allan Wang
* Separate pref strings and add notif controls * Add overlay toggle and minor cleanups * Fix search view
2017-07-13Only use basic user agent when necessary (#59)Allan Wang
* Log more iab and web chrome * Only add basic user string for messages * Clean up logging
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-08Dev-1.1.7 (#39) - feature overload + context menuv1.2Allan Wang
* Address some crashlytics issues * Add text scaling * Kau fixes and cleanup * WIP formatter * Create in house url formatter * Update context menu * Update themes * Test proguard without R * Implement sharing and clean up context menu * Disable viewpager swipe on long press * Test keeping lib strings * Update changelog and proguard
2017-07-07Dev 1.1.6 (#33) - Fix play store listing, add sharing options, update css & jsv1.1.6Allan Wang
* Remove play store listing updates * Fix up listing * Combine url getters for overlay activity * Begin building context menu programmatically * Update css and js
2017-07-04Dev (#21) - fix search and file chooserAllan Wang
* Fix up search and add file chooser * Fix repeating file chooser
2017-07-02Adding auto uploadsAllan Wang
2017-06-30Remove user info in debug logsAllan Wang
2017-06-22Fix urls in overlayAllan Wang
2017-06-22Add ad blockAllan Wang
2017-06-22Add notification filteringAllan Wang
2017-06-20Fix up url overlays and theme more componentsAllan Wang
2017-06-19Parse header badgesAllan Wang
2017-06-16Add a lot more themingAllan Wang
2017-06-16Add url formatterAllan Wang
2017-06-16Add listener logicAllan Wang
2017-06-15Reorganize observables and clean upAllan Wang
2017-06-15Only animate webview when explicitly askedAllan Wang
2017-06-15Add full themingAllan Wang
2017-06-14Create notification service frameworkAllan Wang
2017-06-14Update themes and started theme settingsAllan Wang
2017-06-13Created working workaround for menu itemAllan Wang
2017-06-13Created js base for facebook menuAllan Wang
2017-06-06Preparing preferencesAllan Wang
2017-06-06Clean up injectors and eventsAllan Wang
2017-06-04Fix log webview and use leak canaryAllan Wang
2017-06-03Crashlytics for test buildsAllan Wang
2017-06-03remap login cookiesAllan Wang
2017-06-03setup login activityAllan Wang
2017-06-03css updates and beginning login migrationAllan Wang
2017-06-01add progressbar and remove tab indicatorAllan Wang
2017-06-01working injectors and redid tabs dbAllan Wang
2017-05-31add more cookie handlingAllan Wang