lp:~rpadovani/reminders-app/multiple-accounts
Created by
Riccardo Padovani
and last modified
- Get this branch:
- bzr branch lp:~rpadovani/reminders-app/multiple-accounts
Only
Riccardo Padovani
can upload to this branch. If you are
Riccardo Padovani
please log in for upload directions.
Branch merges
Propose for merging
- Michael Zanetti (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 409 lines (+184/-22)11 files modifiedsrc/app/CMakeLists.txt (+1/-0)
src/app/accountpreference.cpp (+39/-0)
src/app/accountpreference.h (+47/-0)
src/app/main.cpp (+7/-1)
src/app/qml/reminders.qml (+38/-15)
src/app/qml/ui/AccountSelectorPage.qml (+8/-1)
src/app/qml/ui/NotebooksPage.qml (+10/-1)
src/app/qml/ui/NotesPage.qml (+10/-1)
src/app/qml/ui/RemindersPage.qml (+10/-1)
src/plugin/Evernote/evernoteconnection.cpp (+9/-1)
src/plugin/Evernote/evernoteconnection.h (+5/-1)
Related bugs
Bug #1267800: Do not prompt the user for an account if there is only one registered | High | Fix Released |
|
Bug #1274742: App has a back button on the select account screen, shouldn't | Medium | Fix Released |
|
Bug #1274743: App has no logout option. | Low | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 52. By Michael Zanetti
-
prefetch notes content when they become visible in the NotesPage.
Also fixes an issue with the NotePage listening for the wrong note refreshed signals. Fixes: https:/
/bugs.launchpad .net/bugs/ 1273123. Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.
- 51. By Michael Zanetti
-
Only load the AccountSelectorPage if there are more than 1 accounts available.
Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.
- 50. By Michael Zanetti
-
Add feature to take a picture with the camera and attach it to the note.
Approved by Ubuntu Phone Apps Jenkins Bot, Riccardo Padovani.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:reminders-app