kwsch / PKHeX.Mobile

Pokémon save editor for Android and iOS!
Other
699 stars 354 forks source link

Addresses issue #33 and adds new auto load feature #34

Closed eco9898 closed 2 years ago

eco9898 commented 2 years ago

Note: please merge this into a new branch, for android 11 users, and not master

New permission usage: All File access New feature: Auto loads previously exported saves New feature: Exports saves to easily accessible PKHeX Folder and creates a time-stamped subfolder for it

eco9898 commented 2 years ago

Sorry about the multiple commits for bug fixes, I don't usually develop for android or use Xamarin.

eco9898 commented 2 years ago

Please note I have not tested the IOS version of this build

eco9898 commented 2 years ago

If you want me to look into not using all files access, I can try to learn the new permission system. The new system will require the user to select a location to save the file or it will be saved to a public access folder, which I have to look into more, so autoloading may not work. Also, I have a few Uni assessments at the moment so I won't be able to focus on it until later.

kwsch commented 2 years ago

Thanks :)

No worries about multiple commits; github's web UI allows me to squash and merge them into a single commit!