15 Commits

Author SHA1 Message Date
Anthony Restaino
0e212539e9 Fixed occasional IllegalStateException 2015-01-30 22:50:15 -05:00
Anthony Restaino
35c585b3f4 Search adapter shouldnt spawn new worker threads if current ones havent finished 2015-01-29 21:57:39 -05:00
Anthony Restaino
7e23135824 Simplified and improved filter algorithm 2015-01-29 20:31:33 -05:00
Anthony Restaino
748c70b280 Fixed URL Encoding for Search Suggestions so that special characters work 2015-01-22 20:57:45 -05:00
Anthony Restaino
388e614dd7 Cache some objects to speed up the query process.
This class needs a lot of attention to speed up the filtering process
and make it easier to understand.
2015-01-05 21:22:19 -05:00
Anthony Restaino
25a1b86307 Add BookmarkActivity that allows centralized management of bookmarks 2014-09-01 21:01:18 -04:00
Anthony Restaino
cd0d9e2d94 Removed debug log from searchAdapter 2014-08-27 10:20:00 -04:00
Anthony Restaino
df51c67909 Utilize new BookmarkManager class for bookmarks 2014-08-22 13:32:22 -04:00
Anthony Restaino
448c168513 Simplified History Logging 2014-08-20 15:55:22 -04:00
Anthony Restaino
9f3107c486 Match queries against bookmark urls as well as titles 2014-08-14 21:17:45 -04:00
Anthony Restaino
689a786f11 Formatting 2014-08-14 21:10:54 -04:00
Anthony Restaino
e5fd921965 stupid formatting ¯\_(ツ)_/¯ 2014-08-08 18:17:52 -04:00
Miłosz Sieradzki
e0ae78cfcd Remove redundant variable initialization, flip equals() on strings 2014-07-25 20:15:20 +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