lp://staging/~mzanetti/reminders-app/rework-error-handling
Created by
Michael Zanetti
and last modified
- Get this branch:
- bzr branch lp://staging/~mzanetti/reminders-app/rework-error-handling
Only
Michael Zanetti
can upload to this branch. If you are
Michael Zanetti
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Victor Thompson (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- David Planella: Approve
-
Diff: 877 lines (+292/-250)17 files modifiedsrc/plugin/Evernote/jobs/createnotejob.cpp (+25/-31)
src/plugin/Evernote/jobs/createnotejob.h (+11/-5)
src/plugin/Evernote/jobs/deletenotejob.cpp (+8/-9)
src/plugin/Evernote/jobs/deletenotejob.h (+5/-3)
src/plugin/Evernote/jobs/evernotejob.cpp (+45/-14)
src/plugin/Evernote/jobs/evernotejob.h (+21/-2)
src/plugin/Evernote/jobs/fetchnotebooksjob.cpp (+8/-12)
src/plugin/Evernote/jobs/fetchnotebooksjob.h (+8/-3)
src/plugin/Evernote/jobs/fetchnotejob.cpp (+6/-16)
src/plugin/Evernote/jobs/fetchnotejob.h (+8/-2)
src/plugin/Evernote/jobs/fetchnotesjob.cpp (+6/-13)
src/plugin/Evernote/jobs/fetchnotesjob.h (+6/-3)
src/plugin/Evernote/jobs/savenotejob.cpp (+26/-32)
src/plugin/Evernote/jobs/savenotejob.h (+11/-3)
src/plugin/Evernote/note.cpp (+1/-1)
src/plugin/Evernote/notesstore.cpp (+71/-93)
src/plugin/Evernote/notesstore.h (+26/-8)
Branch information
Recent revisions
- 11. By Michael Zanetti
-
"properly" convert html back to enml. Loses images and tables but works quite well for all the rest.
Approved by David Planella, Ubuntu Phone Apps Jenkins Bot.
- 10. By Michael Zanetti
-
Adds support creating, editing and deleting notes.
Approved by Ubuntu Phone Apps Jenkins Bot, David Planella.
- 9. By Michael Zanetti
-
Add proper Notes classes and refactor server interaction and error handling.
Approved by David Planella, Ubuntu Phone Apps Jenkins Bot.
- 8. By Michael Zanetti
-
add run_on_
ubuntu_ touch.sh script. Approved by Ubuntu Phone Apps Jenkins Bot, David Planella.
- 7. By Michael Zanetti
-
add evernote-sdk, libthrift and a qml plugin.
Approved by David Planella, Ubuntu Phone Apps Jenkins Bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/reminders-app