Brian Nicholson
59156efda0
Bug 865005 - Part 4: Merge multiple session strings before restoring. r=mfinkle
2013-05-16 15:07:44 -07:00
Brian Nicholson
c06317a64d
Bug 865005 - Part 3: Move session restore code into restoreSessionTabs(). r=mfinkle
2013-05-16 15:07:44 -07:00
Brian Nicholson
6c5f9f1e8c
Bug 865005 - Part 2: Use SessionRestoreException to avoid swallowing unrelated exceptions. r=mfinkle
2013-05-16 15:07:44 -07:00
Brian Nicholson
c51455c934
Bug 865005 - Part 1: Refactor initialization and create loadStartupTab() for initial tab. r=mfinkle
2013-05-16 15:07:43 -07:00
Lucas Rocha
074283070e
Bug 869494 - Move browser-specific methods from GeckoApp to BrowserApp (r=mfinkle)
2013-05-13 17:27:53 +01:00
Brian Ecker
d8a8d2e47d
Bug 870333 - Fixed a null pointer exception related to clipboard text (Having no text on the clipboard was causing exception). r=cpeterson
2013-05-12 11:16:47 -07:00
Chris Peterson
3307a8e159
Bug 871022 - Remove unused GeckoApp.StartupMode code. r=lucasr
2013-04-05 15:58:08 -07:00
Chenxia Liu
ef7f518228
Bug 833625 - Part 2: Android notifications for data reporting. r=rnewman
2013-05-10 21:29:09 -07:00
Chenxia Liu
d5429e680b
Bug 833625 - Part 1: update GeckoPreferences, implement data reporting preferences. r=rnewman
...
* * *
Bug 833625 - Part 1b: don't show Crash Reporter checkbox if MOZ_CRASHREPORTER isn't set. r=liuche
2013-05-10 21:28:17 -07:00
Ryan VanderMeulen
a7e1167b84
Backed out changesets 0cb5418906cf and 3c366c865e73 (bug 803299) for Android bustage.
...
CLOSED TREE
2013-05-02 15:45:20 -04:00
Chris Lord
dbd046ebf6
Bug 803299 - Respect gfx.android.rgb16.force pref. r=blassey
2013-05-02 18:25:18 +01:00
Chris Lord
bbffda5fe5
Bug 865298 - Allow multiple touch interceptors on LayerView. r=kats
2013-04-29 15:18:23 +01:00
Kartikaya Gupta
98388c43df
Bug 839641 - Send touch events and prevent-default notifications to APZC. r=Cwiiis
2013-04-26 13:24:28 -04:00
Chris Lord
27ca95544b
Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
...
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-25 18:47:08 +01:00
Chris Peterson
68b64fe467
Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle
2013-04-22 18:03:01 -07:00
Ryan VanderMeulen
677c5b5128
Backed out changeset 684a5ca2efb7 (bug 858969) for Android M3 failures.
...
CLOSED TREE
2013-04-25 10:56:54 -04:00
Chris Lord
4852ece00b
Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
...
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-24 17:06:23 +01:00
Phil Ringnalda
cddd249036
Back out e64522db8661 (bug 863288) for robocop-1 hangs
2013-04-23 20:52:59 -07:00
Chris Peterson
440064a181
Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle
2013-04-22 18:03:01 -07:00
Wes Johnston
db3d84d8d4
Bug 859391 - Disable session restore in webapps. r=bnicholson
2013-04-18 17:19:10 -07:00
Wes Johnston
62003f5a52
backout e88f7f550c2b (Bug 859391) for Android bustage CLOSED TREE r=bustage
2013-04-18 18:52:26 -07:00
Wes Johnston
c6dc0de8d2
Bug 859391 - Disable session restore in webapps. r=bnicholson
2013-04-18 17:19:10 -07:00
Brian Nicholson
f8453ff63d
Bug 862049 - Run setAccessibilityEnabled() on the UI thread. r=Cwiiis
2013-04-17 14:51:53 -07:00
Brian Nicholson
ecf6d0f1ec
Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr
2013-04-16 14:34:46 -07:00
Chris Lord
0ae0b56a7c
Bug 852955 - Disable dynamic toolbar when accessibility features are enabled. r=kats
...
The dynamic toolbar is just not a useful feature when it comes to accessibility.
2013-04-12 16:51:56 +01:00
Margaret Leibovic
e488e3c1cf
Bug 823230 - (Part 2) Remember search terms and show them again when returning to the awesomescreen. r=mfinkle
2013-04-10 11:02:05 -07:00
Brian Nicholson
6b250b918a
Bug 856163 - Part 3: Remove GeckoAppInfo. r=jchen
2013-04-09 17:10:47 -07:00
Brian Nicholson
173d669b69
Bug 856163 - Part 2: Move preprocessed code to AppConstants. r=kats,mfinkle,rnewman
...
--HG--
rename : mobile/android/base/CrashReporter.java.in => mobile/android/base/CrashReporter.java
rename : mobile/android/base/GeckoActivity.java.in => mobile/android/base/GeckoActivity.java
rename : mobile/android/base/Restarter.java.in => mobile/android/base/Restarter.java
rename : mobile/android/base/SmsManager.java.in => mobile/android/base/SmsManager.java
rename : mobile/android/base/UpdateServiceHelper.java.in => mobile/android/base/UpdateServiceHelper.java
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
rename : mobile/android/base/resources/xml/preferences.xml.in => mobile/android/base/resources/xml/preferences.xml
2013-04-09 17:10:47 -07:00
Chris Peterson
e4af8426a5
Bug 859229 - Part 1: Remove unused Java imports. r=kats
2013-04-08 00:20:49 -07:00
Mark Finkle
6e2731c7d7
Bug 858561 - Move BrowserDB.expireHistory from GeckoApp.onPause to GeckoApplication.onActivityPause r=kats
2013-04-05 11:37:28 -04:00
Mark Finkle
4c066036fa
Bug 852828 - Add basic support for subscribing to feeds (RSS/Atom) r=margaret
2013-04-03 15:34:51 -04:00
Kartikaya Gupta
438c6343f0
Bug 856756 - Move GeckoApp.hasPermanentMenuKey to HardwareUtils.hasMenuButton. r=mfinkle
2013-04-02 10:04:21 -04:00
Kartikaya Gupta
c1a8f0547f
Bug 856756 - Extract a HardwareUtils class. r=mfinkle
2013-04-02 10:03:39 -04:00
Wes Johnston
cb97b7b026
Bug 820022 - Add null check for layerView. r=margaret
2013-04-01 17:36:04 -07:00
Kartikaya Gupta
da7a68c3a0
Bug 855471 - Transfer focus to the LayerView when receiving a gamepad panning-related event. r=mfinkle
2013-03-28 12:40:06 -04:00
Kartikaya Gupta
2f40b5f0c4
Bug 855471 - Rename OnInterceptTouchListener to TouchEventInterceptor. r=mfinkle
...
--HG--
rename : mobile/android/base/OnInterceptTouchListener.java => mobile/android/base/TouchEventInterceptor.java
2013-03-28 12:40:06 -04:00
Kartikaya Gupta
84dd73eac8
Bug 853366 - Clean up activity/app lifecycle events. r=mfinkle,cpeterson
2013-03-26 14:05:10 -04:00
Kartikaya Gupta
3664b3dbd0
Bug 853366 - Some minor code cleanup. r=cpeterson
2013-03-26 14:04:20 -04:00
James Hugman
fdf4b420b3
Bug 813736 - Enable installPackage api on Android. r=wesj,fabrice
2013-03-25 13:03:58 -07:00
Sriram Ramasubramanian
5b52af927d
Bug 833427: Remove homescreen widget. [r=mfinkle]
...
--HG--
extra : rebase_source : 1b447efd820eff6b7f1d7bd223613e80525e64e0
2013-01-22 11:19:35 -08:00
Brian Nicholson
dc8ba228e0
Bug 850693 - Create a NotificationHandler for each Fennec instance. r=kats
...
--HG--
rename : mobile/android/base/NotificationServiceClient.java => mobile/android/base/NotificationClient.java
rename : mobile/android/base/NotificationService.java => mobile/android/base/NotificationHandler.java
extra : rebase_source : 861bb500d9f1cd7cbc98a0c3628ddf7894e1e976
2013-03-21 13:32:11 -07:00
Jim Chen
094326cab4
Bug 847823 - Change NotifyIMEEnabled to NotifyIMEContext; r=cpeterson
2013-03-19 16:54:48 -04:00
Brian Nicholson
29bd66e1e9
Bug 851056 - Remove NotificationHandler. r=kats
2013-03-19 14:09:44 -07:00
Kartikaya Gupta
227f7e8e10
Bug 802130 - Move GeckoAppShell.getHandler() to ThreadUtils.getBackgroundHandler(). r=mfinkle
2013-03-15 11:52:53 +01:00
Kartikaya Gupta
9dc8ae8813
Bug 802130 - Move mMainHandler into ThreadUtils. r=mfinkle
2013-03-15 11:52:53 +01:00
Kartikaya Gupta
c25fdeb40d
Bug 802130 - Move assertOnThread functions to a new ThreadUtils class. r=mfinkle
2013-03-15 11:52:52 +01:00
Kartikaya Gupta
526c6d9695
Bug 827347 - Allow force-downloading and installing of updates from about:firefox. r=snorp,blassey
2013-03-13 15:47:38 +00:00
Kartikaya Gupta
486e494b20
Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram
2013-03-13 11:41:56 +00:00
Kartikaya Gupta
ba252e1b0c
Back out ecc5ce4b7632 (bug 849955) for missing Android API level checks. r=me DONTBUILD
2013-03-12 10:15:46 +00:00
Kartikaya Gupta
b8f613bb11
Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram
2013-03-12 10:09:09 +00:00