aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.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-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-04Dev (#21) - fix search and file chooserAllan Wang
* Fix up search and add file chooser * Fix repeating file chooser
2017-07-04Misc fixesAllan Wang
* Remove experimental by default * Update theme * Update glide caching to reload with every version * Pause hidden searchview when not in use * Convert glide to glide app
2017-07-03Dev (#13)Allan Wang
* Allow file access * Log all to phone * Rework billing logic
2017-07-02Update travisAllan Wang
2017-07-02Clean up unnecessary nonnullsAllan Wang
2017-06-15Reorganize observables and clean upAllan Wang
2017-06-13Created js base for facebook menuAllan Wang
2017-06-06Clean up injectors and eventsAllan Wang
2017-06-03Add toolbar title listenersAllan Wang
2017-06-03move activity instance creators to ContextUtilsAllan Wang
2017-06-01add progressbar and remove tab indicatorAllan Wang
2017-06-01working injectors and redid tabs dbAllan Wang