calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
120 stars 36 forks source link

The latest version doesn't seem to work. #283

Closed takase1121 closed 5 years ago

takase1121 commented 5 years ago

The latest version from play store seems to error and destroyed my DB. It shows some kind of SQLite error but I forgot to screenshot it before I downgrade to the older version. Please fix this!

Nandaka commented 5 years ago

Iit shouldn't destroy your DB, as the changes just SELECT statement (no insert). https://github.com/calvinaquino/LNReader-Android/commit/b2e78654762440ba15c1b7b96e90a2a5ac460fb2#diff-bc2669dc8054cbe5cd74a32d63a36acdR408

I have tested in my phone and it is working as expected. Is it possible to the error message? How to replicate it?

Nandaka commented 5 years ago

I'm using android 7 fyi

Nandaka commented 5 years ago

tested on older android, looks like the instr function doesn't exists.

Nandaka commented 5 years ago

Try https://github.com/calvinaquino/LNReader-Android/releases/tag/1.1.54

takase1121 commented 5 years ago

Yes the new release solved the problem. My android is 4.4 and thanks for fixing it!