Richard Newman
cc20834cd4
Bug 986114 - Part 1: ReadingListProvider and BrowserProvider should share DB accessors. r=nalexander
2014-03-21 16:00:38 -07:00
Richard Newman
37e82c82df
Bug 986719 - Centralized documentation for UITelemetry. r=gps DONTBUILD
2014-03-21 15:59:57 -07:00
Richard Newman
26a05f00cd
Bug 980187 - Content provider for Fennec profiles. r=nalexander
2014-03-18 19:20:07 -07:00
Richard Newman
837b8905de
Backed out changeset 6f60d60ea58d for having the wrong bug number.
2014-03-18 19:21:49 -07:00
Richard Newman
736dff6935
Bug 707123 - Part 2: content provider for Fennec profiles. r=nalexander
2014-03-18 19:20:07 -07:00
Josh Dover
e0ff1e8d9b
Bug 975055 - Show filter title in back row. r=lucasr
2014-02-24 15:23:29 -08:00
Josh Dover
50bf44d9a7
Bug 975055 - Show previous filter for back row item. r=lucasr
2014-03-04 15:15:44 -08:00
Josh Dover
ff5da3663c
Bug 921557 - Use custom EllipsisTextView to handle bug on older devices. r=mleibovic
2014-02-18 15:16:26 -08:00
Brian Nicholson
227a3af635
Bug 979166 - Refactor dynamic toolbar code. r=lucasr
...
--HG--
extra : rebase_source : 665621241d47985699a6994a8aea989ac29f9f7e
2014-03-13 12:29:39 -07:00
Wes Johnston
e8732bf2fc
Bug 942611 - Delete old temp files onPause. r=rnewman
2014-03-06 12:23:54 -08:00
Brian Nicholson
b135ecaa10
Backout d8018c23945a for NPE failures
2014-03-05 15:35:40 -08:00
Brian Nicholson
2375d5e4c2
Bug 979166 - Refactor dynamic toolbar code. r=lucasr
...
--HG--
extra : rebase_source : 9080c2ba012e608134f084cb5186195446ecad85
2014-03-05 11:07:04 -08:00
Nick Alexander
2f7f4f0753
Bug 978587 - Make GeckoView package org.mozilla.gecko; don't include org.mozilla.gecko.R. r=blassey
...
This builds a new Java JAR containing only org.mozilla.gecko.R. This
new JAR file is included in Fennec, but not included in
geckoview_library. (Usually ant, gradle, or Eclipse arranges to produce
org.mozilla.gecko.R but not include it in the classes.jar output as part
of a library project. This mimics that.)
Changing the GeckoView package to org.mozilla.gecko declares to
consuming applications that they should produce org.mozilla.gecko.R,
replacing what was removed above (but with correct resource IDs).
2014-03-05 08:57:09 -08:00
Chenxia Liu
6b2ae45e69
Bug 942878 - Part 2: Add panel to settings. r=lucasr
2014-03-04 10:31:38 -08:00
Sola Ogunsakin
58ca2562cf
Bug 959290 - Make ContentProvider for Reading List. r=lucasr
2014-03-03 15:34:57 -08:00
Richard Newman
e2d7a79c39
Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander
2014-03-03 15:27:42 -08:00
Nick Alexander
2c78fbb251
Bug 975504 - Add filtered_resources to AndroidEclipseProjectData. r=bnicholson
2014-02-25 15:59:31 -08:00
Wesley Johnston
e4b5cb44a2
Bug 973045 - Add a tabbed box input type for prompts. r=bnicholson
2014-02-06 16:24:00 -08:00
Wesley Johnston
aad68af3e6
Bug 973036 - Create an intent chooser dialog class. r=bnicholson
2014-02-06 16:21:00 -08:00
Lucas Rocha
f78d688572
Bug 972351 - Factor URL handling into PanelViewUrlHandler (r=margaret)
2014-02-25 10:41:57 +00:00
Wesley Johnston
0f56fc5a8c
Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson
2014-02-06 16:16:00 -08:00
Wesley Johnston
ed20ea43d5
Bug 973013 - Pull PromptListItem into its own class. r=bnicholson
2014-02-06 16:13:00 -08:00
Nick Alexander
f17d69df55
Bug 975152 - Part 2: Make Fennec* projects sort nicely in Eclipse. r=bnicholson
...
This orders projects like:
Fennec
FennecResources
FennecResourcesBranding
...
which is in order of expected use.
2014-02-24 18:14:05 -08:00
Nick Alexander
399cbe3cda
Bug 975152 - Part 1: Include CrashReporter resources in Android Eclipse projects. r=bnicholson
...
The set of resources of all the Android library projects are processed
at once. That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems. Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
2014-02-24 18:14:04 -08:00
Eugen Sawin
8d4410ac9e
Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp
2014-02-20 18:50:18 +01:00
Chenxia Liu
4f001c7db7
Bug 950698 - Change the text for the tip for adding more search providers from Settings->Customize->Search settings. r=bnicholson
2014-02-20 13:11:25 -08:00
Lucas Rocha
4133bdc6fc
Bug 973666 - Remove unnecessary TwoLineRow view (r=margaret)
...
--HG--
rename : mobile/android/base/resources/layout/two_line_row.xml => mobile/android/base/resources/layout/two_line_page_row.xml
2014-02-20 10:54:18 +00:00
Lucas Rocha
6afca2db56
Bug 966022 - Use ItemType to define panel view items (r=margaret)
2014-02-19 17:37:00 +00:00
Nick Alexander
dd3e43e814
Bug 973807 - Fixes to AndroidEclipse build backend. r=me
...
Largest changes: run mach less frequently and add build logging.
2014-02-18 00:08:41 -08:00
Wes Johnston
dfaa913fc8
Bug 970506 - Break up FilePicker and ActivityHandlerHelper. r=lucasr
...
--HG--
rename : mobile/android/base/ActivityHandlerHelper.java => mobile/android/base/FilePicker.java
2014-02-14 12:02:05 -08:00
Wesley Johnston
ad186adad1
Bug 971939 - Combine all FileResultHandlers into one [r=lucasr]
2014-02-13 08:17:00 -08:00
Ryan VanderMeulen
98fa8d829d
Backed out changesets d3855e27cb32, 6ac71c1149a5, and b8d0cbe94d15 (bug 971939) for Android bustage.
...
CLOSED TREE
2014-02-14 12:13:07 -05:00
Sola Ogunsakin
8889d81bef
Bug 961238 - Make an abstract ContentProvider class. r=margaret
2014-01-20 07:38:18 -08:00
Wes Johnston
de0622b134
Bug 971939 - Combine FilePickerResultHandlers into a single implementation. r=lucasr
2014-02-14 08:24:10 -08:00
Wes Johnston
c1bd2f002f
Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
...
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Nick Alexander
4e0e33eada
Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps
2014-02-13 22:19:50 -08:00
Ryan VanderMeulen
5482f44527
Merge m-c to inbound.
2014-02-12 09:03:10 -05:00
Ryan VanderMeulen
3fb960bf29
Backed out changeset bb5701078d13 (bug 961238) for likely troboprovider bustage.
2014-02-12 09:02:46 -05:00
Ryan VanderMeulen
6288e1a746
Merge m-c to inbound.
2014-02-12 08:39:09 -05:00
Martyn Haigh
becdd19ff7
bug 958358 - make webapp capitalisation consistent; r=wesj
...
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/Webapp.java.in
rename : mobile/android/base/WebAppAllocator.java => mobile/android/base/WebappAllocator.java
rename : mobile/android/base/WebAppFragmentRepeater.inc => mobile/android/base/WebappFragmentRepeater.inc
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebappImpl.java
rename : mobile/android/base/WebAppManifestFragment.xml.frag.in => mobile/android/base/WebappManifestFragment.xml.frag.in
rename : mobile/android/base/WebAppsFragment.java.frag => mobile/android/base/WebappsFragment.java.frag
rename : mobile/android/base/webapp/WebAppImpl.java => mobile/android/base/webapp/WebappImpl.java
rename : mobile/android/chrome/content/WebAppRT.js => mobile/android/chrome/content/WebappRT.js
2014-02-11 23:41:05 -08:00
Sola Ogunsakin
cf00b35e23
Bug 961238 - Make an abstract ContentProvider class. r=margaret
2014-01-20 07:38:18 -08:00
Wes Kocher
31d531638f
Backed out changeset bb4254c72efb (bug 961238) for robocop1 bustage on a CLOSED TREE
2014-02-10 15:52:52 -08:00
Sola Ogunsakin
a281bad71a
Bug 961238 - Make an abstract ContentProvider class. r=margaret
2014-01-20 07:38:18 -08:00
Mark Finkle
121b48910d
Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there r=lucasr
2014-02-07 14:49:32 -05:00
Lucas Rocha
d570458ad5
Bug 963046 - Add Picasso image loading library to the tree (r=nalexander)
2014-02-06 21:06:38 +00:00
Lucas Rocha
0d6b7bb344
Bug 949174/964375/952311 - Introduce HomeConfigInvalidator to handle install/invalidation (r=margaret)
2014-02-05 14:14:53 +00:00
Michael Comella
4923ac4cde
Bug 960709 - Part 1: Factor out HealthRecorder interface. r=rnewman
2014-02-04 19:41:29 -08:00
Wes Johnston
ca97745c4b
Bug 956075 - Add a custom view flipper to avoid Gingerbread bugs with touching ViewGroups. r=lucasr
2014-01-28 09:15:36 -08:00
Sola Ogunsakin
ce8e0befe1
Bug 963404 - Refactor HomeContextMenuInfo creation. r=margaret
2014-01-31 08:30:47 -08:00
Sola Ogunsakin
e211ca0bad
Bug 942889 - Lists - Gallery layout. r=lucasr
2014-01-31 08:57:56 -08:00