summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/SnapshotTab.java
Commit message (Collapse)AuthorAgeFilesLines
* Change where saved pages are storedJohn Reck2012-04-191-13/+37
| | | | | | | | | Bug: 5416822 Move saved pages out of external storage (b/5605575) Save them as files instead of in the database, as the database has a row size limit Change-Id: I03b5af2459724d8cab67a9acfcc2827c7129e80f
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-2/+3
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Lower snapshot size limitJohn Reck2011-10-121-6/+5
| | | | | | | Bug: 5443747 Also catch more exceptions Change-Id: I5273c025d9fd8b7278587d6be44bf66fac4dfcde
* Fix Snapshot->Live transitionJohn Reck2011-08-231-8/+14
| | | | | | Bug: 5121917 Change-Id: I8462038fe4a9bd38e6e82d8d08fbef4605a3ca71
* Fix the buildJohn Reck2011-07-271-1/+1
| | | | Change-Id: Ia881cc2e9af6f0a52f969f65cfa32f19ef15c485
* Restore overhaulJohn Reck2011-07-271-3/+15
| | | | | | | | Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
* Snapshot title barJohn Reck2011-07-131-11/+42
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* Move Snapshots to own DB on sdcardJohn Reck2011-07-071-5/+12
| | | | | | Bug: 4982126 Change-Id: Ib66b2880d163de4feb4d880e1d01996301bbea08
* Preloading support in browserMichael Kolb2011-06-301-1/+1
| | | | | | | | | | | | | | | | | Apps like the QSB can request the browser to preload a web page. - preloaded pages are not added to the browser history if they'r not seen by the user - when a request is received, a new tab is created for the preloaded page, but not added to the tab list - upon receiving the view intent for the preloaded page the tab is added to the tab list, and shown - if several pages are preloaded consecutively in the same tab, the back stack is cleared before it is displayed - preloaded pages use the main browser cookie jar, so pages that have never been viewed by the user can drop cookies Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
* Persistent frozen tabsJohn Reck2011-06-141-0/+163
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