- Remove default http client and deprecated methods
- Validate app signature
- Remove custom Yinxiang API
- Fix wrong username for business notebook helper
- Add fallback if multiple bootstrap profiles are supported (necessary for Chinese users)
- Add new authentication process in main Evernote app
- Add option to use developer token as authentication token
- Ease usage of NoteStore.Client
- Make note store client creation extensible and exchangeable
- Remove usage of deprecated default http client and switch to OkHTTP
- Add feature to download a note as HTML instead of ENML
- Add helper method to search notes in multiple note stores.
- Add NoteRef
- Add new demo
- Updated to evernote-api 1.25
- Updated to evernote-api 1.24
- Added sample code for search
- Added automatic bootstrapping support for Yinxiang
- Added asynchronous wrappers of UserStore.Client and NoteStore.Client
- Added Factory method to generate appropriate AsyncClients
- Added Business and Linked AsyncNoteStore objects with helper methods
- Cleaned up architecture
- New sample code
- Bug fixes
- Added android annotations
- Fixed readme formatting
- Moved to Maven Central
- Updated dependency references to com.evernote.evernote-api which replaces lib-thrift and en-thrift
- Bug fixes
- Migrated to Library Project
- Rearchitected most of EvernoteSession to reduce code
- Removed duplicate class libraries
- Added Maven support
- Moved All network requests to background threads
- Updated UI styles to Holo
- Created oauth activity to handle with webview
- Added functionality to HelloEdam to select pictures to upload
- Removed HelloEvernote, will be moving to another project
- Bug fixes
- Include YinxiangApi.java in src.
- Remove use of String.isEmpty() to maintain compatibility with older SDK versions.
- Adds support for the Evernote China API (Yinxiang Biji)
- Set targetSdkVersion to 9
- Add known issues to README
- Persist authentication token and related settings in EvernoteSession so that the user does not have to reauthenticate until their OAuth token expires or is revoked.
- Initial release.