Commit Graph

145 Commits

Author SHA1 Message Date
Richard Newman
5ef5abff1d Bug 986719 - Centralized documentation for UITelemetry. r=gps DONTBUILD 2014-03-21 15:59:57 -07:00
Richard Newman
d79724ffe8 Bug 980187 - Content provider for Fennec profiles. r=nalexander 2014-03-18 19:20:07 -07:00
Richard Newman
e8b4d7494c Backed out changeset 6f60d60ea58d for having the wrong bug number. 2014-03-18 19:21:49 -07:00
Richard Newman
62ecc43670 Bug 707123 - Part 2: content provider for Fennec profiles. r=nalexander 2014-03-18 19:20:07 -07:00
Josh Dover
0a887c6bf2 Bug 975055 - Show filter title in back row. r=lucasr 2014-02-24 15:23:29 -08:00
Josh Dover
b3442fc396 Bug 975055 - Show previous filter for back row item. r=lucasr 2014-03-04 15:15:44 -08:00
Josh Dover
005984e601 Bug 921557 - Use custom EllipsisTextView to handle bug on older devices. r=mleibovic 2014-02-18 15:16:26 -08:00
Brian Nicholson
662299c848 Bug 979166 - Refactor dynamic toolbar code. r=lucasr
--HG--
extra : rebase_source : 665621241d47985699a6994a8aea989ac29f9f7e
2014-03-13 12:29:39 -07:00
Wes Johnston
3e39c7a326 Bug 942611 - Delete old temp files onPause. r=rnewman 2014-03-06 12:23:54 -08:00
Brian Nicholson
c117dc481c Backout d8018c23945a for NPE failures 2014-03-05 15:35:40 -08:00
Brian Nicholson
0733c05983 Bug 979166 - Refactor dynamic toolbar code. r=lucasr
--HG--
extra : rebase_source : 9080c2ba012e608134f084cb5186195446ecad85
2014-03-05 11:07:04 -08:00
Nick Alexander
774881c0de 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
a82e0e66bd Bug 942878 - Part 2: Add panel to settings. r=lucasr 2014-03-04 10:31:38 -08:00
Sola Ogunsakin
9a823d286e Bug 959290 - Make ContentProvider for Reading List. r=lucasr 2014-03-03 15:34:57 -08:00
Richard Newman
cb8f846fac Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander 2014-03-03 15:27:42 -08:00
Nick Alexander
c10b58c3e8 Bug 975504 - Add filtered_resources to AndroidEclipseProjectData. r=bnicholson 2014-02-25 15:59:31 -08:00
Wesley Johnston
10bfb0a173 Bug 973045 - Add a tabbed box input type for prompts. r=bnicholson 2014-02-06 16:24:00 -08:00
Wesley Johnston
57fc82bb98 Bug 973036 - Create an intent chooser dialog class. r=bnicholson 2014-02-06 16:21:00 -08:00
Lucas Rocha
498bf937fb Bug 972351 - Factor URL handling into PanelViewUrlHandler (r=margaret) 2014-02-25 10:41:57 +00:00
Wesley Johnston
8b70073f44 Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson 2014-02-06 16:16:00 -08:00
Wesley Johnston
cddf65eb6f Bug 973013 - Pull PromptListItem into its own class. r=bnicholson 2014-02-06 16:13:00 -08:00
Nick Alexander
60bffe2072 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
0184f3901f 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
50d8a2fbf3 Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp 2014-02-20 18:50:18 +01:00
Chenxia Liu
55f8d9a076 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
041606d858 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
b50a914858 Bug 966022 - Use ItemType to define panel view items (r=margaret) 2014-02-19 17:37:00 +00:00
Nick Alexander
4109da3c38 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
bc5686d9c3 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
b4a40fa10e Bug 971939 - Combine all FileResultHandlers into one [r=lucasr] 2014-02-13 08:17:00 -08:00
Ryan VanderMeulen
68383a28c8 Backed out changesets d3855e27cb32, 6ac71c1149a5, and b8d0cbe94d15 (bug 971939) for Android bustage.
CLOSED TREE
2014-02-14 12:13:07 -05:00
Sola Ogunsakin
a62c7478f8 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Wes Johnston
8e9da759b5 Bug 971939 - Combine FilePickerResultHandlers into a single implementation. r=lucasr 2014-02-14 08:24:10 -08:00
Wes Johnston
b86214b50f 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
e96865087e Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps 2014-02-13 22:19:50 -08:00
Ryan VanderMeulen
4fcb5eda27 Merge m-c to inbound. 2014-02-12 09:03:10 -05:00
Ryan VanderMeulen
8a97c5bb49 Backed out changeset bb5701078d13 (bug 961238) for likely troboprovider bustage. 2014-02-12 09:02:46 -05:00
Ryan VanderMeulen
e94b595829 Merge m-c to inbound. 2014-02-12 08:39:09 -05:00
Martyn Haigh
84e63b5e40 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
a82dcdc207 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Wes Kocher
1b42ed7a59 Backed out changeset bb4254c72efb (bug 961238) for robocop1 bustage on a CLOSED TREE 2014-02-10 15:52:52 -08:00
Sola Ogunsakin
f9b2cd78c2 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Mark Finkle
2ba8b9636c 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
f424e24a26 Bug 963046 - Add Picasso image loading library to the tree (r=nalexander) 2014-02-06 21:06:38 +00:00
Lucas Rocha
57e1735765 Bug 949174/964375/952311 - Introduce HomeConfigInvalidator to handle install/invalidation (r=margaret) 2014-02-05 14:14:53 +00:00
Michael Comella
422c77a90e Bug 960709 - Part 1: Factor out HealthRecorder interface. r=rnewman 2014-02-04 19:41:29 -08:00
Wes Johnston
6027a6223e 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
8e760f23ab Bug 963404 - Refactor HomeContextMenuInfo creation. r=margaret 2014-01-31 08:30:47 -08:00
Sola Ogunsakin
eb16edb6e4 Bug 942889 - Lists - Gallery layout. r=lucasr 2014-01-31 08:57:56 -08:00
Richard Newman
e47244c492 Merge m-c to s-c. 2014-01-30 20:28:12 -08:00