index
:
packages_apps_browser.git
replicant-4.2
replicant-6.0
packages/apps/browser
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
browser
/
BrowserProvider.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 6c767e7d: am 6d25c81e: Merge "Protection against bookmarks with url=null i...
Jean-Baptiste Queru
2010-10-12
1
-2
/
+24
|
\
|
*
am 6d25c81e: Merge "Protection against bookmarks with url=null in the database"
Jean-Baptiste Queru
2010-10-11
1
-2
/
+24
|
|
\
|
|
*
Protection against bookmarks with url=null in the database
Magnus Lindhult
2010-09-30
1
-2
/
+24
*
|
|
Fix build break from conflict merge.
Leon Scroggins III
2010-09-17
1
-1
/
+1
*
|
|
resolved conflicts for merge of fc2c6f1d to master
Leon Scroggins III
2010-09-17
1
-2
/
+1
|
\
\
\
|
|
/
/
|
*
|
am 8774c667: Remove "Show web suggestions" from browser settings
Leon Scroggins III
2010-09-17
1
-1
/
+0
|
|
\
\
|
|
*
|
Remove "Show web suggestions" from browser settings
Leon Scroggins III
2010-09-17
1
-1
/
+0
|
*
|
|
am d2670653: Add user-selected search providers to browser
Bjorn Bringert
2010-09-13
1
-65
/
+12
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Add user-selected search providers to browser
Bjorn Bringert
2010-09-13
1
-65
/
+12
|
|
|
/
*
|
|
Add user-selected search providers to browser
Bjorn Bringert
2010-09-15
1
-60
/
+13
*
|
|
resolved conflicts for merge of c8687ffc to master
Brad Fitzpatrick
2010-09-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Use new apply() instead of commit().
Brad Fitzpatrick
2010-09-01
1
-1
/
+1
|
|
/
*
|
First revision of the new browser provider.
Jeff Hamilton
2010-08-16
1
-2
/
+2
*
|
Fix a threading bug in BrowserProvider and clean up query() a bit.
Jeff Hamilton
2010-08-11
1
-64
/
+65
*
|
tabbed title bar work
Michael Kolb
2010-07-27
1
-12
/
+51
*
|
When the string is empty, just return an empty list.
Grace Kloba
2010-06-15
1
-3
/
+2
|
/
*
Use system setting for default geolocation permissions
Bjorn Bringert
2010-03-25
1
-38
/
+1
*
Use a Thread instead of an AsyncTask for removing Gears. This is because
Andrei Popescu
2010-03-23
1
-9
/
+8
*
Refactor android.backup -> android.app.backup
Christopher Tate
2010-03-05
1
-1
/
+1
*
Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions
Bjorn Bringert
2010-03-03
1
-32
/
+23
*
Change where "Search for web"'s position.
Grace Kloba
2010-03-01
1
-19
/
+41
*
Update to reflect android-common no longer in framework.
Dianne Hackborn
2010-02-24
1
-1
/
+1
*
Remove our dependency on gsf.
Patrick Scott
2010-02-24
1
-4
/
+21
*
Backup bookmarks when a new bookmark is added.
Leon Scroggins
2010-02-23
1
-16
/
+12
*
Use SearchManager.getWebSearchActivity() for web suggestions
Bjorn Bringert
2010-02-18
1
-10
/
+3
*
Add geolocation permissions to BrowserProvider
Bjorn Bringert
2010-02-11
1
-1
/
+38
*
This should fix the build.
Jeff Hamilton
2010-02-03
1
-1
/
+1
*
Use the constants defined in RecognizerResultsIntent for voice search.
Leon Scroggins
2010-02-01
1
-1
/
+2
*
Handle the voice search intent.
Leon Scroggins
2010-01-29
1
-2
/
+92
*
Move the "Search web ..." to the first in the
Grace Kloba
2010-01-28
1
-27
/
+31
*
Change SearchableInfo import
Bjorn Bringert
2009-12-04
1
-1
/
+1
*
Only show manually entered URLs in suggestions.
Leon Scroggins
2009-11-25
1
-5
/
+10
*
Change android.text.util.Regex to com.android.common.Patterns
Dan Egnor
2009-11-18
1
-4
/
+5
*
Pass search intent extra data through the browser
Bjorn Bringert
2009-09-22
1
-1
/
+17
*
Remove Gears files
Andrei Popescu
2009-09-21
1
-0
/
+53
*
Remove clientid from the url before it is added to the database. So that we
Grace Kloba
2009-09-09
1
-1
/
+5
*
Implement onReceivedTouchIconUrl.
Patrick Scott
2009-08-05
1
-2
/
+7
*
More precise determination of when to back up the bookmarks
Christopher Tate
2009-07-29
1
-13
/
+64
*
First real cut of bookmarks backup agent
Christopher Tate
2009-07-27
1
-2
/
+27
*
am 60d24e21: Make suggestion text color change based on the item state
Satish Sampath
2009-07-10
1
-9
/
+5
|
\
|
*
Make suggestion text color change based on the item state
Satish Sampath
2009-07-10
1
-9
/
+5
*
|
am 378e5722: set default client id
Ramanan Rajeswaran
2009-07-02
1
-1
/
+2
|
\
\
|
|
/
|
*
set default client id
Ramanan Rajeswaran
2009-07-01
1
-1
/
+2
*
|
am d1c2a433: Merge change 5160 into donut
Android (Google) Code Review
2009-06-23
1
-1
/
+5
|
\
\
|
|
/
|
*
Return the url of a browser history item in the intent query column of the
Mike LeBeau
2009-06-23
1
-1
/
+5
*
|
am d8b0ad28: Use SearchManager.getSuggestions() non-statically.
Bjorn Bringert
2009-06-22
1
-3
/
+5
|
\
\
|
|
/
|
*
Use SearchManager.getSuggestions() non-statically.
Bjorn Bringert
2009-06-22
1
-3
/
+5
|
*
When searching the browser history, search titles.
Leon Scroggins
2009-06-15
1
-2
/
+5
*
|
Use a grid view for bookmarks page.
Leon Scroggins
2009-06-18
1
-3
/
+8
*
|
am e2c52f76: Merge change 4105 into donut
Android (Google) Code Review
2009-06-15
1
-14
/
+63
|
\
\
|
|
/
[next]