All Versions
13
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 1

  • v2.0.0-RC3 Changes

    • โœ‚ Remove custom Yinxiang API
    • ๐Ÿ›  Fix wrong username for business notebook helper
  • v2.0.0-RC2 Changes

    • โž• Add fallback if multiple bootstrap profiles are supported (necessary for Chinese users)
  • v2.0.0-RC1 Changes

    • โž• 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
  • v1.1.2 Changes

    • โšก๏ธ Updated to evernote-api 1.25
  • v1.1.1 Changes

    • โšก๏ธ Updated to evernote-api 1.24
    • โž• Added sample code for search
  • v1.1 Changes

    March 15, 2013
    • โž• 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
  • v1.0.2 Changes

    December 30, 2012
    • โž• Added android annotations
    • ๐Ÿ›  Fixed readme formatting
  • v1.0.1 Changes

    December 12, 2012
    • ๐Ÿšš Moved to Maven Central
    • โšก๏ธ Updated dependency references to com.evernote.evernote-api which replaces lib-thrift and en-thrift
    • ๐Ÿ› Bug fixes
  • v1.0 Changes

    November 13, 2012
    • 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
  • v0.2.3 Changes

    September 28, 2012
    • Include YinxiangApi.java in src.
    • โœ‚ Remove use of String.isEmpty() to maintain compatibility with older SDK versions.