federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.11k forks source link

fix data restoring and backup bug #682

Closed travellers closed 5 years ago

travellers commented 5 years ago

after fixing, Omni-Notes can be restored from the data of version <= 5.5.2

travellers commented 5 years ago

Travis-ci compiled it and report the following error:

D8: InnerClass annotations are missing corresponding EnclosingMember annotations. Such InnerClass annotations are ignored. D8: InnerClass annotations are missing corresponding EnclosingMember annotations. Such InnerClass annotations are ignored. :omniNotes:transformClassesWithMultidexlistForFossDebug FAILED FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':omniNotes:transformClassesWithMultidexlistForFossDebug'.

    com.android.build.api.transform.TransformException: Error while generating the main dex list.

But no error occur in my local compiling.

federicoiosue commented 5 years ago

I'm closing this because https://github.com/federicoiosue/Omni-Notes/pull/683 already contains the same code patch

travellers commented 5 years ago

Hi, Federicoiosue, Maybe somebody want to use version 5.5.2, so I commit it. For fixing the problem reported at #653.

Thanks very much!