7 Commits

Author SHA1 Message Date
Anthony Restaino
1eed3ca948 Fixed potential NullPointerExeptions 2015-01-28 21:17:44 -05:00
Anthony Restaino
25a1b86307 Add BookmarkActivity that allows centralized management of bookmarks 2014-09-01 21:01:18 -04:00
Anthony Restaino
df51c67909 Utilize new BookmarkManager class for bookmarks 2014-08-22 13:32:22 -04:00
Anthony Restaino
d908513dbd Utilize map in order to determine what bookmarks we have 2014-08-22 11:12:48 -04:00
Anthony Restaino
bdb3fe286d Add methods to BookmarkManager 2014-08-21 23:08:22 -04:00
Anthony Restaino
7a01732a1e Add more methods to BookmarkManager 2014-08-21 18:37:56 -04:00
Anthony Restaino
a7a92865ed New class to handle bookmark storage (not utilized yet)
BookmarkManager stores bookmarks in a JSON database in the apps file
data directory. It includes helpful methods to export these bookmarks to
a backup file and import from that backup file. It also includes a way
to import bookmarks from the device's built in bookmark database.
2014-08-21 14:35:29 -04:00