Coder Social home page Coder Social logo

I think there is a bug about once HOT 7 CLOSED

jonfinerty avatar jonfinerty commented on July 29, 2024
I think there is a bug

from once.

Comments (7)

AntonHolovin avatar AntonHolovin commented on July 29, 2024 1

@Harti maybe you have allowBackup=true in your AndroidManifest.xml?

from once.

AntonHolovin avatar AntonHolovin commented on July 29, 2024 1

Yes, allowBackup also preserves SharedPreferences.

from once.

jonfinerty avatar jonfinerty commented on July 29, 2024

Hi, Once persists all its data with sharedpreferences. So if the app is wiped or uninstalled that's gone too. At the moment this is working as intended as I didn't want to pollute the users phone with files that wouldn't get cleaned up. A future feature could be to have an option to store data outside this sandbox but then it might be tampered with by other apps or the user. In the meantime you'll need to either store this information server side (if you have one) or write it to a file yourself.

from once.

Harti avatar Harti commented on July 29, 2024

Interestingly, after a clean reinstall, my app claims that Once.beenDone(Once.THIS_APP_INSTALL, "tutorial.skipped") is true, even if I clearDone it before uninstalling. Nowhere in my app am I setting markDone before the boolean is returned. Is there a good way to debug this?

from once.

jonfinerty avatar jonfinerty commented on July 29, 2024

@Harti If you can write a failing test that would be amazing. Failing that you should be able to debug your app, set a breakpoint and then inspect the contents of the underlying collections in Once, theres an in-memory map that stores tags and when they were last seen. Behind that it's stored in sharedpreferences, I can't think of way that your sharedpreferences are surviving a clean reinstall, unless there's something unusual your doing?

from once.

Harti avatar Harti commented on July 29, 2024

@AntonyGolovin yep, I do. Good catch! I'm assuming removing it will fix my issue (I'm unable to test it right now)?

from once.

inmyth avatar inmyth commented on July 29, 2024

Is there a possibility of implementing some sort of XXX_RESET_BACKUP flag that resets the values restored from allowBackup ? I think app reinstall should give clean slate on guide, introduction status.

from once.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.