1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00
Commit graph

21 commits

Author SHA1 Message Date
Nikolay Pultsin
1c20393098 SQLiteBooksDatabase moved to libraryService package 2013-01-13 09:59:34 +04:00
Nikolay Pultsin
903ffec9d4 BooksDatabase.Instance() should be never used 2013-01-13 09:40:24 +04:00
Nikolay Pultsin
8a78a11bd8 removed unused methods 2013-01-13 07:59:39 +04:00
Nikolay Pultsin
4b10755383 fbreader.library package splitted into fbreader.library & fbreader.book 2013-01-13 07:02:44 +04:00
Nikolay Pultsin
554539940c fixed: recent and favorites lists in Library 2013-01-11 07:22:09 +04:00
Nikolay Pultsin
024adf0509 bookmark serialization; used in BookmarksActivity 2013-01-11 03:46:57 +04:00
Nikolay Pultsin
59a7c6b697 book serialization is now usable 2013-01-08 00:16:48 +00:00
Nikolay Pultsin
f3e8378439 copyrights: 2012 => 2013 2013-01-03 04:41:27 +00:00
Nikolay Pultsin
c7ecd6fab0 CREATE TABLE => CREATE TABLE IF NOT EXISTS 2012-11-08 00:43:43 +04:00
Nikolay Pultsin
bcee5c29cb fixed database creation/updating: version will be checked & set inside transaction 2012-10-10 15:24:40 +04:00
Nikolay Pultsin
fe97b64abc possible fix of sqlite constraint exception 2012-10-10 03:38:56 +04:00
Nikolay Pultsin
0b290e65d0 formatting cleanup 2012-05-03 22:51:10 +01:00
Nikolay Pultsin
d8abdb0bd3 formatting cleanup + @Override 2012-04-23 01:54:23 +02:00
Nikolay Pultsin
1b31f8f7e4 BigDecimal for series index 2012-04-15 16:34:24 +01:00
Nikolay Pultsin
5afc3a5c6e updated Copyright notices (year has been changed to 2012 2011-12-28 03:43:49 +00:00
Nikolay Pultsin
811d50a4e0 new table in books database: book status (last access time, "percent coordinate" of current position) 2011-11-06 18:18:58 +00:00
Nikolay Pultsin
724d6fd313 another solution for executeAsATransaction 2011-07-23 10:57:23 +01:00
Nikolay Pultsin
b924f869ce fixed several exceptions 2011-07-23 02:56:55 +01:00
Nikolay Pultsin
334a3a1871 non-exclusive transaction 2011-07-23 01:29:32 +01:00
Nikolay Pultsin
05365b01d1 new database field: marks if book was found on the disk during last scan 2011-07-17 13:05:39 +01:00
Nikolay Pultsin
911c99fce8 repackaging 2011-07-17 12:28:55 +01:00
Renamed from src/org/geometerplus/android/fbreader/SQLiteBooksDatabase.java (Browse further)