6 Commits

Author SHA1 Message Date
Anthony Restaino
42de0b3ae7 Fixed potential NullPointerExceptions
Rather than try to correct the issue of the Comparator crashing in
BookmarkManager because the Strings/HistoryItems were null, I modified
the HistoryItem object so that the title, url, and folder strings can no
longer be null but will instead be empty if set to null, this then
prevents the BookmarkManager from throwing an NPE when sorting the items
by title.
2015-01-29 09:26:46 -05:00
Anthony Restaino
7a01732a1e Add more methods to BookmarkManager 2014-08-21 18:37:56 -04:00
Anthony Restaino
448c168513 Simplified History Logging 2014-08-20 15:55:22 -04:00
Miłosz Sieradzki
b9320522c7 Add missing equals() and hashCode() methods for class that implements Comparable<T> 2014-07-25 19:34:49 +02:00
Miłosz Sieradzki
005e75fc8d Restore consistency in code formatting
* remove all trailing spaces
* some files used spaces instead of tabs like the rest of codebase - fixed
* make use of IDE "optimize import" feature
* make use of IDE "auto format" feature to fix some missing spaces here and there
2014-07-19 16:49:33 +02:00
Anthony Restaino
8bead20406 Updated to 3.1.0
Updated to new UI
Added AdBlocker
Added Google Search Suggestions
Tons of other stuff
2014-04-28 15:41:40 -04:00