diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-16 17:26:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 17:26:58 -0700 |
commit | d90cb9b61cd2e033b46f4780ad1340c5f35b7751 (patch) | |
tree | 0294ce22bacb463c9cc95de8dc5581c1bd59a108 /docs | |
parent | c3f1fc6a8b3216442a018bb04843dfa68d738918 (diff) | |
download | frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.tar.gz frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.tar.bz2 frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.zip |
Add image viewing and downloading (#63)v1.3
* 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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f8d3308f..79f7d692 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,12 +1,8 @@ # Changelog ## Beta Updates -* Reduce Menu loading logic -* Load js injectors after showing webview -* Add toggles for sound, vibration, and lights -* Avoid restricting facebook features (such as user tagging) -* Slightly decrease wait time before making webview visible -* Add option to disable loading in overlays +* Update IAB helper +* Implemented image viewing and downloading; long press any image! ## v1.3 * Create toggle for notifications only from primary account @@ -15,6 +11,12 @@ * Make notifications expandable * Add notification trigger in settings * Fix bug where only single latest notification is showing +* Reduce Menu loading logic +* Load js injectors after showing webview +* Add toggles for sound, vibration, and lights +* Avoid restricting facebook features (such as user tagging) +* Add option to disable loading in overlays +* Fixed experimental search result text ## v1.2 * Scale browser on keyboard pop up |