Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Fix write detection #727

Merged
merged 6 commits into from Jan 17, 2016
Merged

Android: Fix write detection #727

merged 6 commits into from Jan 17, 2016

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Jan 15, 2016

Fix #726

Also adds logic to copy saves from game dir to save dir if save dir has no saves yet. (otherwise people will complain that saves got lost after copying games to external storage)

Also adds bug Report function to ingame menu

@carstene1ns
Copy link
Member

Is there a way to check if the email could be sent? Would make sense to display a message about manually reporting a bug if the user aborts the mail or something did not work.

@Ghabry
Copy link
Member Author

Ghabry commented Jan 16, 2016

No. The only thing you can detect is if the user pressed back in the "select mail program" dialog.
The mail sending is not detectable.

<string name="save_and_quit">Save and quit</string>
<string name="save_and_quit">Save and quit</string>
<string name="key_enter">Enter (Z)</string>
<string name="key_cancel">Cancel (X)</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider mentioning Esc too.

@carstene1ns
Copy link
Member

Well, then maybe an explanatory message before is better.

"This will try to open you mail program to send us the bug report. If you do not have an active internet connection or do not want to send a mail, press cancel now. You can also open a new issue at https://github.com/EasyRPG/Player anytime."
OK / CANCEL

@Ghabry
Copy link
Member Author

Ghabry commented Jan 17, 2016

@carstene1ns done

fdelapena added a commit that referenced this pull request Jan 17, 2016
Android: Fix write detection
@fdelapena fdelapena merged commit 9e569ec into EasyRPG:master Jan 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants