| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Res
- Rename (#themersgottahate)
- Vectors
- Card-Tabs
- CleanUp
* Interface
- Longpress fab to open incognito tab
- New icon
- Better urlbar
- Fix tab animations
- Remap PieControl
* Features
- Immersive mode (replace jb fullscreen)
Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
|
|
|
|
|
|
|
|
| |
-Material Ui theme (green)
-New icon
-xxhdpi drawables
Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
|
|
|
|
|
|
|
|
| |
Currently only folder is deleted when one deletes bookmark folder.
Therefore, items inside in the folder are remained.
We have to delete items recursively inside the folder.
Change-Id: I17ad9656612448d8555a64ec887313db4f829174
|
|
|
|
|
|
|
| |
Do not apply any ordering to results returned by the
Browser Provider when responding to search suggestions.
Change-Id: Ia487bc708d04ee629681692b5416ae65c6017012
|
|
|
|
| |
Change-Id: I53236e23990e996b86944214b45a9af014b296f6
|
|
|
|
|
|
|
|
|
| |
Bug: 6372933
Fix a race condition between update & destroy
Fix update path
Add some extra debug support
Change-Id: I66a450e175b22d992de97d5bc24200961144412a
|
|
|
|
|
|
|
|
| |
Bug: 6332869
Bug: 5494697
Bookmark type also gives us an easy way to localize Other Bookmarks
Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
|
|
|
|
|
| |
Bug: 6124556
Change-Id: I49b6ba6706878d0e78d8457cde7cb9055663bfe0
|
|
|
|
| |
Change-Id: Iac0fdd3aa971ee1a625bb636f45b6c8ca40bb449
|
|
|
|
|
|
|
|
| |
Bug: 5705036
Prefer a partial upgrade or loss of data over crashing if the
data we are upgrading from fails constraint checks
Change-Id: I0ad52278b61be73dc7d1201a8bde63fa667f2a2b
|
|
|
|
|
|
|
|
| |
Bug: 5465258
Restrict when we set syncToNetwork and clean up unnecessary
notifications
Change-Id: I19b6d2b3df6fd70ac3a1b386137ce67d371323e4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes the global-search query to the browser return the history
table joined with the bookmarks table. This way, bookmarks in the
history will have the correct icon set.
Note: Since we're doing a left join of history with bookmarks, this
means we won't show bookmarks which haven't been visited, something
we consider a feature. 8)
Bug: 5370935
Change-Id: I0068432ca1a8ef78f27b7a84eb7be3be56eae644
|
|
|
|
|
| |
Bug: 5370935
Change-Id: Ie067bb5eb91101bada96b0c7c7e5afd2d14ed4ab
|
|
|
|
|
|
|
| |
Bug: 5136280
Also hide empty accounts in the bookmark page
Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
|
|
|
|
|
|
|
|
|
| |
Bug: 5042778
There was a chance that the widget refresh would happen before
the SQL transaction was committed. Meaning the widget would correctly
be notified, but it would refresh before the delete actually occured
Change-Id: Ie7ae3104077c9ebeba4928d3fe7b6a6793f31ca1
|
|
|
|
|
|
|
|
| |
Bug: 5080207
Fix the omnibox's slow performance. It's now pretty snappy if
I do say so myself
Change-Id: I42d9ed87bcfa1a30f2413e0241afc254ae1e472d
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 5087957
Change-Id: Idf70c488baa515222ce8ed905aa5c80a529fd15f
|
|/
|
|
|
|
| |
Closing all cursors in the file that were not closed.
Change-Id: I0dd3f4d438d1cb8390ac297322ee38d0afd50fea
|
|
|
|
|
|
|
|
| |
Bug: 3249854
When upgrading from HC to ICS, enable account sync for browser
as in HC it defaulted to off whereas in ICS we default to on.
Change-Id: I69ccd535409c0e5b031efe087c09cc06281c2537
|
|
|
|
|
|
|
|
| |
Bug: 5069192
Store thumbnails in a database restored async for each tab
Fix restoring a tab not restoring its current state
Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
|
|
|
|
|
|
| |
Bug: 4982126
Change-Id: Ib66b2880d163de4feb4d880e1d01996301bbea08
|
|
|
|
|
|
|
|
|
|
| |
Bug: 4982126
Add saved pages tab
Remove "save page" menu option
Add "save for offline reading" menu option
Smooth animation to combo view
Change-Id: Ia67552a6f6a5474a6dfcff6790a341d4d36d5a77
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Idf91591a981543fb84a73d08e3c5bbc2c7d23d6f
|
|/
|
|
|
|
|
| |
Bug: 4771193
Fix bug where data URL was stripped instead of just text2
Change-Id: I93ebcdd3a7ef4106dbdeda0ea16773ac919b3cb2
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 4686176
Change-Id: I1d05cc72e1cf65d04eb7def4a72a2f83420bd345
|
|/
|
|
|
|
|
|
| |
Bug: 4691351
Allows adding with a parent without specifying the account
name and type
Change-Id: I6ab2e726ccdbce24d5a6bed250d613b7bf53e53b
|
|
|
|
|
|
|
|
| |
On Tablet WebViews for frozen tabs are created on demand
On Phone WebViews for frozen tabs are tied to the lifecycle
of the SnapshotTab for nav screen reasons (for now)
Change-Id: I80cb48e748c4dd4b8564426d5e05b92f3eea7a36
|
|
|
|
| |
Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
|
|
|
|
|
|
|
| |
Now that we support multiple accounts, remove a bunch of
single-account management stuff
Change-Id: I2ae60f0a510ace48e14c97763145d4e5dd523dd1
|
|
|
|
|
|
| |
Also move BP1 to provider package
Change-Id: I082df8f675d32e2b9072914eab4ee1d50543e169
|
|
|
|
|
|
|
| |
Fix the provider to correctly handle the case where a bookmark
is re-parented to a new account
Change-Id: I3c4412cfe2fc73bbb7209cbd85b0b8e5249982c6
|
|
|
|
|
|
| |
Bug: 4387881
Change-Id: I624db23a1181b5f8d8c7fe1a42916f6616655309
|
|
|
|
| |
Change-Id: I2eb3c3566a74f208c02f1419ffa12d51619b83ef
|
|
|
|
|
|
|
| |
Change bookmark view to show all bookmarks
Group by account_name
Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
|
|\
| |
| |
| | |
client-id prefix, set in GooglePartnerSetup. Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version of GooglePartnerSetup." into honeycomb-mr1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
prefix, set in GooglePartnerSetup.
Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version of GooglePartnerSetup.
Bug #3483276
Change-Id: Ice4788ef78f4b58c5d981b50d5248aa51a53733d
|
|/
|
|
|
|
| |
Bug: 3512786
Change-Id: I8f16038e230a24bcc50e4cc75d24f413d0166844
|
|
|
|
|
|
|
|
| |
Bug: 3506038
Lookup the parent itself, not the children of the parent in
isValidParent check. Also, adds testing to watch for regressions
Change-Id: I59f00094f862f2e9cd4b4f9fd92d370b87e612e5
|
|
|
|
|
|
|
|
| |
Bug: 3481259
Adds a check in insert to make sure that the PARENT folder has the
same account_* values as the bookmark being inserted.
Change-Id: I5e42e94fd4eac39eb73047e4246d2102d8e55d82
|
|
|
|
|
|
|
| |
Bug: 3466212
Also added a test case to check for regressions
Change-Id: I9a8979a0ced165f1c94945c62687b0bf3b7076fe
|
|
|
|
|
|
|
|
| |
Bug: 3262950
Changes BP2 so that instead of sending notifications on the root URI
it uses the full URI of what was changed, preventing notification spam.
Change-Id: I1ff09d5e1426b6aef0158887ea968de86c253b98
|
|
|
|
|
|
| |
Bug: 3431373
Change-Id: I0ce30213150c6dd51b128723f044bd32eb2b46a3
|
|
|
|
|
|
|
| |
Bug: 3379120
Now with drastically lower memory usage as well!
Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
|
|
|
|
|
|
|
|
|
| |
drop in new assets
get naming in sync with UX
Note: not all resources are included yet
item_background...xm will be enabled when all required resources come in
Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
|
|\ |
|
| |
| |
| |
| |
| | |
Bug:3337213
Change-Id: I316beb857cec441b0dffeb93073651632f7c86b7
|
|/
|
|
| |
Change-Id: If210b29ce09e7bb7cddc6092601b98b77fa8444e
|