tagustinus 1 Posted August 1, 2011 Posted August 1, 2011 Frankly I am not sure if Evernote android do auto-save. I took note during my group meeting and sermon. They are a lot of pause in between (and I could switch to another apps) I just want to make sure I will not lost my note. Currently there is only save button and that will close note straight away. If we can have another button just to save without closing the note that will be great. Cheers.
kuitsu 1 Posted August 28, 2011 Posted August 28, 2011 I would definitely like to have this plain save feature too. Evernote is great application otherwise but this Save&Close behaviour is reason why I am looking for alternative applications. Because save closes note automatically and forces me to reopen it to continue editing note I have avoided to save my changes until I completely finish working with note. I have several times used other application and forget to press save in Evernote before leaving Evernote to running background. And when Android decides to close background application I have several times lost my updates to notes because Evernote does not seem to save unsaved changes when it will be closed.
Xavier_ 132 Posted August 29, 2011 Posted August 29, 2011 thanks for the feedback. We will see what we can do.
moskie 0 Posted September 7, 2011 Posted September 7, 2011 I just discovered another reason why an AutoSave feature is necessary. In the Android Market app, I set the Evernote app to update automatically. An update for Evernote was downloaded and installed while I was writing a new note. Evernote flashed and reloaded the new version without any confirmation from me, I was back at Evernote's homescreen, and the note I was writing disappeared. I noticed in the Android notification bar that Evernote had been updated. Notes for the meeting I was in: *poof* no trace of them. This is on the Samsung Galaxy Tab 10.1.
awsimcock 0 Posted September 7, 2011 Posted September 7, 2011 Another call for save without close or autosave....I am frequently writing notes, then go to a web page, then back, sometimes my last notes are lost. If I do hit save it means several clicks to get back to my note writing (open note, hit edit, back to the spot I was editing). I need save without impact my workflow so drastically! Boy this and ability to indent more than one level would go so far to making evernote a usable mobile note taking application....
mobilechrisd 1 Posted September 12, 2011 Posted September 12, 2011 +1This is imperative.Autosave would be a plus.I have lost more notes than I can count because of the app shutting down for whatever reason.This is a real pain and a detractor to using Evernote on the Android platform.CD
Brian May 3 Posted November 26, 2011 Posted November 26, 2011 Based on the previous responses, this sounds like Evernote on Android is rather broken. Android activities (that don't want to lose user data) are *required* to save all data when onPause() is called because when the activity is not displayed, Android can kill it at any time without any warning. You can't rely on onSaveInstanceState() being called either.This is basic android life cycles, and documented in the android programming tutorial. See http://developer.android.com/resources/tutorials/notepad/notepad-ex3.html step 7. Also see http://developer.android.com/guide/topics/fundamentals/activities.html#Lifecycle for more information on life cycles.The minimal solution is to make sure everything is saved when onPause() is called.For better solutions, in addition to onPause(), (1) have it autosave at regular intervals (should be configurable) while the activity is in the foreground and (2) have a save button that doesn't exit for "save everything now".
Brian May 3 Posted November 26, 2011 Posted November 26, 2011 In addition to what I said in the previous message, note that the current activity could go into the background without warning (e.g. incoming phone call) and can be killed and restarted without the user being aware of it (e.g. changing screen orientation). Fortunately this last case does seem to be handled correctly.
garychenc00l 13 Posted November 26, 2011 Posted November 26, 2011 I agree, evernote needs autosave because stuff happens and I've lost few notes from it. Pro-tip right now, don't set to auto update the actual app. Or just save often, like everything few minutes or few paragraphs.
Xavier_ 132 Posted November 28, 2011 Posted November 28, 2011 Save and continue should be shortly in beta. Stay tuned.
Brian May 3 Posted November 28, 2011 Posted November 28, 2011 I would hope this update includes save when onPause() is called. This is the *only* way to guarantee no data will be lost when the activity is moved to the background (e.g. incoming phone call or program update) and is basic Android programming practice with the Android life cycle model.The save button will help, but the user can't always push the save button before the application is moved to the background (e.g. incoming phone call), and once it is in the background, Android can kill it at any time to free up memory without any notice.Brian May
Hemant Garg 1 Posted December 31, 2011 Posted December 31, 2011 Hello Guys, We have introduced auto-save. Pls try it out and let us know your feedback. Thanks, Hemant Evernote Android Lead
Brian May 3 Posted January 13, 2012 Posted January 13, 2012 So far looking pretty good.One thing that has me somewhat puzzled though. For most of my notes, I have two buttons, one for "save without exit" and one for "save and exit" (labelled done). I like this.However, for one of my notes, I only get one button, a button labelled "done". If I click this button without making any changes, nothing happens. There are some other weird things about this note on Android too. Looks fine on the web interface however.ThanksBrian May
garychenc00l 13 Posted January 14, 2012 Posted January 14, 2012 So far looking pretty good.One thing that has me somewhat puzzled though. For most of my notes, I have two buttons, one for "save without exit" and one for "save and exit" (labelled done). I like this.However, for one of my notes, I only get one button, a button labelled "done". If I click this button without making any changes, nothing happens. There are some other weird things about this note on Android too. Looks fine on the web interface however.ThanksBrian MayA possible thing to do to make it an all in one button is to tap to save and close, tap and hold for a few hundren milliseconds to save and not close.Just a thought to eliminate a button, since it might bother some people.
hgarg 3 Posted January 16, 2012 Posted January 16, 2012 We thought abt having long press for "save n continue" but we were not sure if people would be able to discover it.We are still experimenting with the buttons.Give us your thoughts.
Brian May 3 Posted January 26, 2012 Posted January 26, 2012 I like it the way it is. I think it looks like my criticisms have been nicely addressed. Thanks for this.I find it a bit weird that the edit interface for one of my notes is somewhat different. However, maybe this is a different issue...Thanks
tagustinus 1 Posted April 10, 2012 Author Posted April 10, 2012 Hi guys, thanks for the upgrade, love it!
allanonmage 0 Posted April 28, 2012 Posted April 28, 2012 yes, +1 for autosave, but still want a manual "save & continue" style button as well.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.