Closed GoogleCodeExporter closed 8 years ago
Thank you for reporting this.
Conversion should not be interrupted. I can use a wakelock to prevent the phone
from sleeping when converting. Thank you for the suggestion.
Original comment by mrlhwlib...@gmail.com
on 12 Nov 2013 at 5:42
No problem. Im not sure if enabling a wakelock will require more permissions
however.
Original comment by Neofireb...@gmail.com
on 12 Nov 2013 at 8:24
You are absolutely right. A new permission is needed.
<uses-permission android:name="android.permission.WAKE_LOCK" />
Some users don't like this new permission, it might be display in "May affect
battery life".
I will see if the conversion can be done in even after the phone is locked. I
think Android didn't kill the worker thread. It might be caused by an exception
thrown by AnyMemo when the activity is paused.
Anyway, less permissions could be better. I will see what I can do for it. I
will keep this issue updated for my new findings.
Original comment by mrlhwlib...@gmail.com
on 12 Nov 2013 at 11:48
How about a pop-up notification when starting to convert, telling the users
that anymemo will automatically keep the device awake during conversion and
automatically turn the wake-up state back to original after conversion is done?
Original comment by zongb...@gmail.com
on 10 Dec 2013 at 6:05
Well, the best solution would be using an IntentService and pop up at
notification area and notify you when done. You can also do something else
while waiting.
Original comment by mrlhwlib...@gmail.com
on 10 Dec 2013 at 6:53
Made the change so it works like Google Play's download. It will show up the
conversion in the notification area and you can do whatever you want when the
conversion is in progress. Once done, you can click the item there to
Preview/edit mode if the result file is a .db file.
Original comment by mrlhwlib...@gmail.com
on 16 Dec 2013 at 10:31
I also tested it working even if the device goes to sleep without using
WakeLock.
I will mark this issue as fixed. Today's nightly build should have the change.
Tomorrow's nightly build should have more bug fixes for Android 2.3
compatibility and etc.
Original comment by mrlhwlib...@gmail.com
on 17 Dec 2013 at 2:09
Original issue reported on code.google.com by
Neofireb...@gmail.com
on 10 Nov 2013 at 6:41