Ibrahim Eid
Ibrahim Eid
I found the problem and was able to work around it by forking the library and editing [`isRtl` ](https://github.com/square/android-times-square/blob/master/library/src/main/java/com/squareup/timessquare/MonthView.java#L64) ` view.isRtl = false; // was isRtl(locale); ` this changes the...
the error is that there is a difference between your Database file and Room Dao for the difference between expected vs found see #1
I will look into it and help you solve the problem in 24 hours max, but I'm going to sleep now :D
okay, from what I can see my best guess that the problem is the name difference: in SQL you use `index_Assist_name` however in your Dao class you use `name`
thank you for the explaining. and I agree with your initial assumption that it might be related to the SQLite store the indices, I will first try to reproduce this...
You only need to update the version. I will try to make a migration to make sure it's not a library bug. On Mon, Aug 13, 2018, 8:31 AM Indra...
The lib uses android-sqlite-asset-helper under the hood I will look at supporting this. I find the problem and I will release a new version with a fix.
I had no free time lately but I will start working on it actively soon -1 or 2 days- and hopefully fix this bug.
unfortunately, I have no free time lately to fix this issue but PRs are welcomed.
Thank you, this seems a good solution, I will make the change you suggested, but I'm afraid that it won't be backward compatible.