blinskey / greek-reference

An ancient Greek lexicon and grammar for Android.
https://play.google.com/store/apps/details?id=com.benlinskey.greekreference
Apache License 2.0
29 stars 5 forks source link

Revert Lexicon Favorites AppData table to original schema #63

Closed blinskey closed 10 years ago

blinskey commented 10 years ago

I neglected to update the addLexiconFavorite() method in LexiconDetailFragment when I added the lowercase column to address alphabetization issues. This resulted in a bug that is now fixed in 9a74be24b86b82596818f0f2819e93157683cb16. The lowercase column is no longer necessary thanks to the new version of the lexicon database added in d84b37f8ec027436b9f2ed622b51b37b200ea966, so we can remove this column from the database and return to the original schema.

blinskey commented 10 years ago

Closed in ee12b42e7afdcbd17caf6995484d99d9d0225df0.