d7faeaa2fcUpdate version code in prep for release, enable color mode by default
Anthony Restaino
2016-03-22 23:39:06 -04:00
ae6726b290Remove unnecessary imports, make methods static
Anthony Restaino
2016-03-22 21:16:11 -04:00
f05312e915Fixed bug where fragments wouldn't update their preferences if they changed
Anthony Restaino
2016-03-22 21:12:17 -04:00
58d8cb6a36Fixed null pointer exception by properly replacing the fragment
Anthony Restaino
2016-03-21 22:10:16 -04:00
57d5298becFix bug where certain devices had different toolbar heights
Anthony Restaino
2016-03-20 16:44:45 -04:00
bd8c439161Fixed bug where multiple processes caused incognito to nor respond to preference changes.
Anthony Restaino
2016-03-20 13:07:50 -04:00
f90ab177d5Color the search bar appropriately for the various theme/color mode, fixed bug when restarting activity
Anthony Restaino
2016-03-19 13:16:53 -04:00
1685a13df3Fixed some bugs with restoring/initializing tabs when new intents were received and browser was killed by background
Anthony Restaino
2016-03-18 00:00:30 -04:00
87ae1eb8feFixed bug where changing theme resulted in default tab icons being incorrectly themed
Anthony Restaino
2016-03-16 21:20:26 -04:00
8f230e3550Fixed bug when switching between hiding status bar on/off
Anthony Restaino
2016-03-16 20:57:12 -04:00
fca131e054Update Serbian language
Mladen Pejaković
2016-03-16 18:59:05 +01:00
3e8f3b2702Fixed layout bug in full screen mode
Anthony Restaino
2016-03-14 23:31:53 -04:00
8bcb3668c0updated hosts file
Anthony Restaino
2016-03-13 18:16:23 -04:00
b8b2bd090fFixed crashes
Anthony Restaino
2016-03-13 18:13:19 -04:00
14f08a8fefUpdate to latest support library, improve drawer closing experience
Anthony Restaino
2016-03-10 22:23:32 -05:00
d3ac7187bbRoll back support library until fragment backgrounds are fixed
Anthony Restaino
2016-03-09 22:54:48 -05:00
2f8feead71Fixed another IO not closed resource leak
Anthony Restaino
2016-03-09 22:53:48 -05:00
ee6314f521Fixed bug with fragment background
Anthony Restaino
2016-03-09 22:53:11 -05:00
caa0de84ceFixed leaked io connection
Anthony Restaino
2016-03-09 22:46:00 -05:00
97a64401e8Fixed layout bug, fixed bug slowing down recyclerview animations
Anthony Restaino
2016-03-06 14:34:01 -05:00
b2794b9d11Animate vertical and horizontal tabs correctly
Anthony Restaino
2016-02-21 16:52:25 -05:00
f98f45225cFixed bug where searching text in page the arrows did the opposite of what you thought
Anthony Restaino
2016-02-21 15:11:45 -05:00
2c4db0c54bAnimate tab addition/deletion in recyclerview, change full screen implementation to be simpler
Anthony Restaino
2016-02-21 15:11:20 -05:00
d3ead42f8efix rotation bug
Anthony Restaino
2016-02-12 21:51:56 -05:00
71a6c93551Fixed toolbar size bug on rotation
Anthony Restaino
2016-02-12 21:38:16 -05:00
737c02d6e8Added back/forward icon enable/disabling on tablet devices
Anthony Restaino
2016-02-12 17:36:46 -05:00
f2d2c8ed5fMoved icon in drawer, removed unnecessary view in tab_list_item
Anthony Restaino
2016-02-12 17:32:34 -05:00
0ab302775cFixed NPE in bookmarks fragment... ugh
Anthony Restaino
2016-02-12 17:31:56 -05:00
fd5c26cc52Add support for guardian project panic/ripple app
Anthony Restaino
2016-02-12 09:05:39 -05:00
19b6a5bfc5Fixed bug where tab icon showed in desktop tab mode
Anthony Restaino
2016-02-11 21:41:17 -05:00
45df40f580Merge pull request #375 from MarkThat/patch-1
Anthony Restaino
2016-02-11 21:06:48 -05:00
a1978c73b8Merge pull request #369 from rishubil/dev
Anthony Restaino
2016-02-11 21:06:00 -05:00
6e76e7d430fix leaked tab listener
Anthony Restaino
2016-02-10 18:47:13 -05:00
9b34a553edJust log an error instead of crashing when view state is messed up
Anthony Restaino
2016-02-09 23:06:13 -05:00
c9323cc7fdTemporarily fix bug where tabs created outside the presenter class (in manager) cause the tab number to be mismatched
Anthony Restaino
2016-02-09 21:10:51 -05:00
2bca40901fChange thickness and font of tab number
Anthony Restaino
2016-02-08 21:34:10 -05:00
b81d9a0ed8Change out arrow drawable for an icon that displays current number of tabs
Anthony Restaino
2016-02-08 21:27:22 -05:00
79d619f82bSupport bookmark importing from chrome variants and stock browser, lint fixes
Anthony Restaino
2016-02-07 12:34:04 -05:00
c684472f6eAdd new tab button to desktop tabs view
Anthony Restaino
2016-02-06 22:27:08 -05:00
7f4cab1e2eAdd accessors to get Chrome dev and beta bookmarks, also fix potential bugs
Anthony Restaino
2016-02-06 22:06:24 -05:00
c4e5553785Workaround for travis not having enough memory :-/ guess we'll just build debug versions
Anthony Restaino
2016-02-05 22:27:41 -05:00
000ecbdc25Allow close dialog to be shown when tabs icon is pressed
Anthony Restaino
2016-02-05 22:23:43 -05:00
f1467a9a96Add ability to close all tabs except current tab
Anthony Restaino
2016-02-05 22:17:15 -05:00
941f54d615Renamed OnSubscribe/Subscriber, moved anonymous class to static class, added --stacktrace to gradle build to capture build crash
Anthony Restaino
2016-02-05 21:54:45 -05:00
77465c83ddReactive code for reading activity
Anthony Restaino
2016-02-04 23:59:01 -05:00
d861a9a502Add support for onStart and onError
Anthony Restaino
2016-02-04 20:35:09 -05:00
c05cc7c9beFix build problem, make class static and fix some generics problems
Anthony Restaino
2016-02-03 19:58:05 -05:00
ac3f43a76fPrevent observers from sending events out of order, add documentation, annotations
Anthony Restaino
2016-02-02 22:06:28 -05:00
84627b3faeShow the last created tab after initialization
Anthony Restaino
2016-02-01 22:38:40 -05:00
de4fdc86e0Add missing annotations, clean up reactive code, simplify methods
Anthony Restaino
2016-02-01 22:32:12 -05:00
c4921bbf20Added missing annotations to react
Anthony Restaino
2016-02-01 22:23:16 -05:00
e2d46bdae2Fixed StrictMode problems, created a reactive implementation class, fixed potential NPEs, fixed memory leak
Anthony Restaino
2016-02-01 22:17:44 -05:00
ba3edc00e8get rid of listener between tab manager and presenter. invert the dependency between them.
Anthony Restaino
2016-01-31 21:01:13 -05:00
965c5f565fmostly move delete tab and new tab and handle new intent to presenter
Anthony Restaino
2016-01-31 20:18:27 -05:00
4a21d3f4f9Use Executor thread pool instead of creating my own threads on the fly
Anthony Restaino
2016-01-30 22:46:57 -05:00
135cf2e572Lint fixes, change nullable annotation in preference manager
Anthony Restaino
2016-01-30 22:11:45 -05:00
416dc4594dadd ability to add shortcuts to the homescreen, more work still needed
Anthony Restaino
2016-01-24 17:39:09 -05:00
c19dbe09bbCleanup unused methods
Anthony Restaino
2016-01-24 17:00:46 -05:00
425392456cDocumentation, cleanup of TabsManager
Anthony Restaino
2016-01-24 15:32:16 -05:00
29836bd98aSave tab back/forward state, not just current site when saving/restoring state
Anthony Restaino
2016-01-24 11:02:56 -05:00
f73f82030fUse Application object instead of explicit Context
Anthony Restaino
2016-01-24 00:20:31 -05:00
600034b6faRemove unused imports
Anthony Restaino
2016-01-24 00:14:14 -05:00
ac107d6704Variable renaming, moving fields around, more injection, move ProxyUtils out of flavor specific code
Anthony Restaino
2016-01-23 19:55:11 -05:00
cb52aa0065Inject Bus, HistoryDatabase, and PreferenceManager rather than using BrowserApp to access instances
Anthony Restaino
2016-01-23 19:36:05 -05:00
db52a94d8cRemove static context getter from BrowserApp
Anthony Restaino
2016-01-23 12:54:57 -05:00
076b74e867Add missing changes for history page changes
Anthony Restaino
2016-01-23 12:53:39 -05:00
f6b60894f6Make HistoryPage an AsyncTask to be easier to use
Anthony Restaino
2016-01-23 12:53:19 -05:00
24385c4334Make StartPage an AsyncTask, makes it simpler to use
Anthony Restaino
2016-01-23 12:39:21 -05:00
22960c9bd6Make BookmarkPage an AsyncTask to simplify its use, change recursion to iteration in DownloadHandler
Anthony Restaino
2016-01-23 12:27:58 -05:00