federicoiosue / Omni-Notes

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

Inform user to target correct backup folder after upgrading to 6.2.0 #898

Closed federicoiosue closed 1 year ago

federicoiosue commented 1 year ago

When coming from version 6.1.0, where the default backups' folder was the sdcard's main folder, the customer has to decide which folder give access the ON 6.2.0 app to.

Find a way out.

  1. Inform the user to manually move the folder within the changelog.
  2. ?
federicoiosue commented 1 year ago

Forcing changelog on app's start when upgrading would help

PackageInfo packageInfo = activity.getPackageManager()
    .getPackageInfo(activity.getPackageName(), 0);
int versionCode = packageInfo.versionCode;