aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/LoginWebView.kt
AgeCommit message (Collapse)Author
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-06Dev 1.1.4 - fixes for donations (#31)Allan Wang
* Remove cookie from error log * Remove null check on login as it isn't possible * Add exception to profile loading * Remap billing logic * Display snackbar only for user prompts * Private disposed caller
2017-06-30Remove user info in debug logsAllan Wang
2017-06-22Fix up colors and add overlay tipAllan Wang
2017-06-15Only animate webview when explicitly askedAllan Wang
2017-06-15Theme remaining activitiesAllan Wang
2017-06-14Create notification service frameworkAllan Wang
2017-06-06Clean up injectors and eventsAllan Wang
2017-06-04Clean up RefwatcherAllan 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