Commit Graph

15 Commits

Author SHA1 Message Date
Margaret Leibovic
05cebaab90 Bug 1134361 - Hide "tip" to add to reading list in reading list panel on low memory devices. r=nalexander 2015-03-09 18:36:05 -07:00
Margaret Leibovic
32da62fa20 Bug 1123102 - Always create reading list panel, regardless of device memory capabilities. r=nalexander 2015-02-13 15:55:18 -08:00
Nick Alexander
fc89dea471 Bug 1102488 - Part 1: Factor out constants JAR. r=rnewman
The constants JAR contains AppConstants and SysInfo.  SysInfo depended
on HardwareUtils for one function, which can (should?) be in SysInfo
anyway, so I moved it.

Both SysInfo and AppConstants should be available to Robocop tests,
but they are compiled too early to access RobocopTarget.  Since
nothing in GeckoView should know about GeckoView, I moved the
annotation to the Fennec-level proguard.cfg.
2014-11-24 15:37:30 -08:00
Carsten "Tomcat" Book
93d15128cd Backed out changeset ae7b2705bfa7 (bug 1102488) 2014-11-25 08:42:55 +01:00
Nick Alexander
366743b046 Bug 1102488 - Part 1: Factor out constants JAR. r=rnewman
The constants JAR contains AppConstants and SysInfo.  SysInfo depended
on HardwareUtils for one function, which can (should?) be in SysInfo
anyway, so I moved it.

Both SysInfo and AppConstants should be available to Robocop tests,
but they are compiled too early to access RobocopTarget.  Since
nothing in GeckoView should know about GeckoView, I moved the
annotation to the Fennec-level proguard.cfg.
2014-11-24 15:37:30 -08:00
Wes Kocher
fdc912c335 Backed out 5 changesets (bug 1102488) for stumbler-related robocop failures
Backed out changeset 05cf424592e6 (bug 1102488)
Backed out changeset 48fc328377d4 (bug 1102488)
Backed out changeset d2c14599cbab (bug 1102488)
Backed out changeset 8d1d39582e49 (bug 1102488)
Backed out changeset fa85f8d8b182 (bug 1102488)
2014-11-21 15:54:21 -08:00
Nick Alexander
6730b5857f Bug 1102488 - Part 1: Factor out constants JAR. r=rnewman
The constants JAR contains AppConstants and SysInfo.  SysInfo depended
on HardwareUtils for one function, which can (should?) be in SysInfo
anyway, so I moved it.

Both SysInfo and AppConstants should be available to Robocop tests,
but they are compiled too early to access RobocopTarget.  Since
nothing in GeckoView should know about GeckoView, I moved the
annotation to the Fennec-level proguard.cfg.
2014-11-21 11:20:01 -08:00
Richard Newman
b929fe4995 Bug 1031872 - Don't use transitions for GeckoPreferences on Kindle Fire. r=lucasr
The Kindle always uses a black background for transitions. On all-white screens
like our Settings panes, this looks awful. This patch skips transitions on
those devices.
2014-07-14 14:26:54 -07:00
Richard Newman
50a211deb2 Bug 1006805 - Simplify HardwareUtils. r=mfinkle 2014-05-06 14:32:54 -07:00
Alex Deaconu
1915eb1b24 Bug 999680 - Check API level >= 16 in HardwareUtils.isTelevision. r=nalexander 2014-04-29 12:41:02 +03:00
Mark Finkle
11e391bcf3 Bug 961952 - HardwareUtils.getMemSize can be expensive during startup. r=rnewman 2014-02-03 19:12:36 -08:00
Richard Newman
99e18a9262 Bug 943073 - Consolidate GeckoAppShell.isHighMemoryDevice and HardwareUtils.isLowMemoryPlatform. r=mcomella 2013-11-27 21:17:13 -08:00
Lucas Rocha
cd91d55e71 Bug 906230 - Add HardwareUtils.isLowMemoryPlatform() (r=kats) 2013-10-01 14:22:15 +01:00
Kartikaya Gupta
484d6382be Bug 856756 - Move GeckoApp.hasPermanentMenuKey to HardwareUtils.hasMenuButton. r=mfinkle 2013-04-02 10:04:21 -04:00
Kartikaya Gupta
8f5db7977f Bug 856756 - Extract a HardwareUtils class. r=mfinkle 2013-04-02 10:03:39 -04:00