Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
e51b7c3d
Commit
e51b7c3d
authored
Oct 29, 2019
by
Roger Yang
Browse files
Closes #4884 Move Web Notifications Feature Changelog to Correct Version
parent
34c2b35f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/changelog.md
View file @
e51b7c3d
...
...
@@ -12,6 +12,15 @@ permalink: /changelog/
*
[
Gecko
](
https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt
)
*
[
Configuration
](
https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt
)
*
**feature-webnotifications**
*
Adds feature implementation for configuring and displaying web notifications to the user
*
*
```Kotlin
* WebNotificationFeature(
* applicationContext, engine, icons, R.mipmap.ic_launcher, BrowserActivity::class.java
* )
* ```
# 19.0.0
*
[
Commits
](
https://github.com/mozilla-mobile/android-components/compare/v18.0.0...v19.0.0
)
...
...
@@ -49,15 +58,6 @@ permalink: /changelog/
*
**feature-push**
*
The
`AutoPushFeature`
now checks (once every 24 hours) to verify and renew push subscriptions if expired after a cold boot.
*
**feature-webnotifications**
*
Adds feature implementation for configuring and displaying web notifications to the user
*
*
```Kotlin
* WebNotificationFeature(
* applicationContext, engine, icons, R.mipmap.ic_launcher, BrowserActivity::class.java
* )
* ```
# 18.0.0
*
[
Commits
](
https://github.com/mozilla-mobile/android-components/compare/v17.0.0...v18.0.0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment