Just add the bookmark and do a quick notification at the bottom of the screen saying 'Bookmark Added'.
http://meta.wikimedia.org/wiki/File:Wiki_0004_Article_BookmarkAdded.png
Version: 1.0.0 (Android)
Severity: normal
Just add the bookmark and do a quick notification at the bottom of the screen saying 'Bookmark Added'.
http://meta.wikimedia.org/wiki/File:Wiki_0004_Article_BookmarkAdded.png
Version: 1.0.0 (Android)
Severity: normal
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | None | T33702 Android app shows blank screen after network failure | |||
| Resolved | • Tfinc | T33447 Android App 1.0 release (tracking) | |||
| Resolved | None | T33705 Android app should not show a confirm bookmarks dialog |
Pull request: https://github.com/nitobi/Wikipedia/pull/40
Commits in this branch pull in the PhoneGap-Toast plugin to allow use of Android's lightweight "Toast notifications" -- these show briefly on screen but are non-modal, and is the same as the stock Android Browser uses to tell you you've added a bookmark.
Switched adding bookmarks from a confirmation prompt to just showing you the notification; switched deleting bookmarks from an alert() prompt after confirmation and deletion into a lightweight toast notification after confirmation and deletion.
Also i18n-ify'd the related UI strings; added English versions and qqq descriptions.
herman.wong wrote:
https://github.com/nitobi/Wikipedia/commit/6d02d6a7a21c539eb43ecbf103a357166d87279c
the change has been merged into the main repo.