Commit Graph

130 Commits

Author SHA1 Message Date
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
Richard Newman
a8d1e0fc12 Merge m-c to s-c. 2014-01-30 20:28:12 -08:00
Sola Ogunsakin
dc5331c020 Bug 965070 - Support GridViews in dynamic panels. r=lucasr 2014-01-29 16:37:58 -08:00
Richard Newman
c2094de621 Bug 965064 - Part 2: back out FirefoxAccountsHelper. r=nalexander 2014-01-28 16:51:19 -08:00
Margaret Leibovic
c7f5f47cd7 Bug 952310 - (Part 1) Rename HomeListsProvider -> HomeProvider. r=lucasr
--HG--
rename : mobile/android/base/db/HomeListsProvider.java => mobile/android/base/db/HomeProvider.java
2014-01-27 13:49:34 -08:00
Lucas Rocha
a9b3be1bf4 Bug 959777 - Dynamically build the UI of DynamicPanel from a PanelConfig (r=margaret) 2014-01-27 13:29:55 -08:00
Lucas Rocha
b7c0353d45 Bug 959777 - Create generic parent class TwoLineRow for TwoRowPageRow (r=margaret)
--HG--
rename : mobile/android/base/resources/layout/two_line_page_row.xml => mobile/android/base/resources/layout/two_line_row.xml
2014-01-27 13:29:54 -08:00
Phil Ringnalda
129c8e17d5 Merge m-i to m-c 2014-01-25 19:55:19 -08:00
Martyn Haigh
f542b69f47 Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
--HG--
rename : mobile/android/base/webapp/WebAppAllocator.java => mobile/android/base/webapp/Allocator.java
rename : mobile/android/base/webapp/WebAppDispatcher.java => mobile/android/base/webapp/Dispatcher.java
extra : rebase_source : a7e66abdf7738d1ae96a167bf6df7a58c208efa1
2014-01-24 21:57:13 -08:00
Margaret Leibovic
d1f2ed3875 Bug 961092 - Update HomeListsProvider to use the SQLiteBridge. r=wesj 2014-01-24 15:16:17 -08:00
Chenxia Liu
b5ae8449a7 Bug 942875 - Part 3: Add Home Panels Settings page + tests. r=lucasr 2013-12-16 20:37:16 -08:00
Chenxia Liu
1eed849e35 Bug 942875 - Part 1: Refactor Search Settings. r=lucasr 2014-01-22 10:10:51 -08:00
Mark Finkle
d12647614b Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Nathan Froyd
e7625abebb Backout aa955afe7507:49f1c6fa27f8 (bug 953381) for robocop orange on this CLOSED TREE 2014-01-20 20:06:34 -05:00
Mark Finkle
8c92797a16 Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Brian Nicholson
589fbd51c4 Bug 917896 - Replace throbber with progress bar. r=lucasr 2014-01-17 20:03:59 -08:00
Chris Kitching
fd89ba61e4 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00