Commit Graph

68 Commits

Author SHA1 Message Date
Wes Johnston
ab4c2dc8b3 Bug 870062 - Provide an async way to use the PromptService. r=blassey
--HG--
rename : mobile/android/base/PromptService.java => mobile/android/base/Prompt.java
2013-05-23 15:50:56 -07:00
Jim Chen
e19b879124 Bug 860879 - Make PromptService not block when handing result from UI to Gecko thread; r=wesj 2013-05-09 21:48:00 -04:00
Jim Chen
0de64fce71 Bug 860879 - Make GeckoAppShell.processNextNativeEvent waitable; r=blassey 2013-05-09 21:48:00 -04:00
Jim Chen
05a7c85a41 Bug 860879 - Refactor PromptService; r=wesj 2013-05-09 21:48:00 -04:00
Jim Chen
fc9a6d75be Bug 860879 - Throw an exception after 5 seconds timeout when returning PromptService result; r=kats 2013-05-01 15:30:49 -04:00
Sriram Ramasubramanian
65277d529a Bug 861314: Prompts crash on 2.2. [r=bnicholson] [CLOSED TREE]
--HG--
extra : rebase_source : 82014ce40342ef8313575e7121f59ba71b3d1715
2013-04-15 15:06:42 -07:00
Chris Peterson
5303797e88 Bug 859229 - Part 3: Fix order of Java imports. r=kats 2013-04-08 00:51:56 -07:00
Kartikaya Gupta
1424e8b030 Bug 802130 - Move mMainHandler into ThreadUtils. r=mfinkle 2013-03-15 11:52:53 +01:00
Kartikaya Gupta
48ba402f28 Bug 802130 - Move assertOnThread functions to a new ThreadUtils class. r=mfinkle 2013-03-15 11:52:52 +01:00
Aaron Moses
8f45ceecdc Bug 845375 - Implement the nsIClientAuthDialogs interface for android. r=kats 2013-03-07 18:08:03 +00:00
Wes Johnston
c8f9c1d3c9 Bug 838400 - Set an explicit minHeight on context menu items. r=sriram DONTBUILD 2013-03-01 16:09:33 -08:00
Wes Johnston
480a461986 backout 24dd58c6390c to fix commit message 2013-03-01 16:09:31 -08:00
Wes Johnston
db65a38a15 Bug 828400 - Set an explicit minHeight on context menu items. r=sriram 2013-03-01 15:57:36 -08:00
Brian Nicholson
09bb93a1e8 Bug 845612 - Add @Override annotations for implemented interfaces. r=kats 2013-02-26 21:48:00 -08:00
Wes Johnston
8ef3f5fc3f Bug 839771 - Use a compound drawable to add padding to select elements. r=sriram 2013-02-21 08:41:41 -08:00
Kartikaya Gupta
2a17d87127 Bug 836803 - Ensure that even a single-element prompt is wrapped in a ScrollView. r=mfinkle 2013-01-31 14:05:49 -05:00
Chris Peterson
058a067aae Bug 834471 - Part 2: Fix some FindBugs warnings about DateTimePicker. r=wesj 2013-01-24 12:42:06 -08:00
Kartikaya Gupta
2f48f5054c Bug 807606 - Add text labels as an input type to PromptService. r=mfinkle 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
1a616ed6fa Bug 807606 - Add some padding to the inputs in the PromptService and wrap them in a Scrollview. r=wesj 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
f4ca1e3fdd Bug 830175 - Allow specifying names for inputs. r=wesj 2013-01-15 15:31:25 -05:00
Kartikaya Gupta
05df40986f Bug 830175 - Some minor optimizations. r=wesj 2013-01-15 15:31:24 -05:00
Kartikaya Gupta
c537514fb3 Bug 830175 - Cleanup/renaming of member variables in PromptService. r=wesj 2013-01-15 15:31:24 -05:00
Kartikaya Gupta
99b383262e Bug 830175 - Refactor some blocks of code into helper methods. r=wesj 2013-01-15 15:31:24 -05:00
Kartikaya Gupta
52974dc71c Bug 830175 - Turn buttons in the prompt service from objects with labels to just strings. r=wesj 2013-01-15 15:31:24 -05:00
Wes Johnston
373d33217e Bug 829198 - Use smaller font-size for context menu items. r=mfinkle 2013-01-10 12:26:58 -08:00
Wes Johnston
da40e79b6b Bug 828619 - Always update date time after changing 24hr mode. r=jchen 2013-01-09 14:50:22 -08:00
Wes Johnston
7c7c25027c Bug 736321 - Support HTML Context menus in Fennec. r=mfinkle 2013-01-04 11:18:42 -08:00
Jim Chen
6d33bff447 Bug 808405 - Use system preference for TimePicker 12/24 hour format; r=wesj 2012-11-05 14:33:43 -05:00
Wes Johnston
2d86008bfd Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck 2012-08-15 16:51:36 -04:00
Wes Johnston
b8c4b2a287 Bug 793197 - Use a custom list item style in our custom listViews. r=sriram 2012-10-02 18:58:01 -07:00
Raphael Catolino
b2d0516347 Bug 730330 - Use android datetime-picker widget. r=wesj
--HG--
rename : mobile/android/base/widget/DatetimePicker.java => mobile/android/base/widget/DateTimePicker.java
2012-08-07 17:09:15 +02:00
Raphael Catolino
bcff0bdd1e Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson 2012-08-08 09:42:00 +02:00
Chris Peterson
ddeb5b2543 Bug 790180 - AlertDialog must be created on the UI thread. r=sriram 2012-09-13 11:06:36 -07:00
Chris Peterson
01932747b4 Bug 769894 - Part 3: Skip some unnecessary conditional code when creating PromptService's AlertDialog. r=mfinkle 2012-09-04 15:10:43 -07:00
Chris Peterson
bb6838ce10 Bug 769894 - Part 2: Assert that PromptService's AlertDialog is called back on the UI thread. r=mfinkle 2012-09-04 14:43:38 -07:00
Chris Peterson
d8b33dba0f Bug 769894 - Part 1: Create PromptService's AlertDialog on the UI thread. r=mfinkle 2012-09-04 12:33:07 -07:00
Kartikaya Gupta
1f938065b8 Bug 781220 - Hide other GeckoLayerClient methods and expose them via the LayerView API. r=sriram 2012-08-20 15:43:53 -04:00
Matt Brubeck
8d3664b927 Back out e8fae7f2ce39 (bug 781318) because of reftest failure 2012-08-15 19:48:31 -04:00
Wes Johnston
61d4aa40e0 Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck 2012-08-15 16:51:36 -04:00
Chris Peterson
f04aa01b68 Bug 778468 - Part 10: Make all event registration go through EventDispatcher. r=blassey 2012-08-02 18:38:45 -07:00
Chris Peterson
12be5c166f Bug 778468 - Part 7: Move GeckoEventListener to org.mozilla.gecko.util package. r=blassey
--HG--
extra : rebase_source : d0b2982b64126c046c5c974c7ec014992bef63b7
2012-08-02 17:13:40 -07:00
Kartikaya Gupta
0f75a70847 Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram 2012-08-07 10:39:04 -04:00
Chris Peterson
20927a2f40 Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle 2012-07-27 17:53:54 -07:00
Ed Morley
8c798cdc3b Backout d2ee4c12c0b3 (bug 777351), 5aa6f94160dd (bug 777351), b47c470168fc (bug 777351), 5fb303ba52f7 (bug 777351), be81e4c3d928 (bug 777351), abc5b9a922dc (bug 777075), 8f1fc980f1f1 (bug 777075), 0b194a7f47d4 (bug 777075), d10df9bfef60 (bug 777075), 65393fe32cce (bug 777075), b52dc1df2fde (bug 777075), 8aeda525c094 (bug 777075) for Android native R1 failures on a CLOSED TREE 2012-08-01 18:42:05 +01:00
Kartikaya Gupta
4df9e1758d Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram 2012-08-01 10:48:19 -04:00
Chris Peterson
22f5fd455c Bug 778472 - Part 1: Remove unused and redundant import statements. r=mfinkle 2012-07-27 17:54:41 -07:00
Sriram Ramasubramanian
0c3fb5d217 Bug 778247: mAppContext cleanup: display metrics can be obtained from context. [r=mbrubeck]
--HG--
extra : rebase_source : a36329385979ffd0312fdba19b17798f0e62b3ad
2012-07-27 23:13:34 -07:00
Michael Comella
cdf139c721 Bug 775740 - Remove reimplemented functionality of ArrayAdapter in PromptListAdapter. r=wesj 2012-07-26 21:17:23 -04:00
Wes Johnston
b3adb7faae Bug 703279 - Follow up to add missing include. r=kats 2012-07-18 18:09:53 -07:00
Wes Johnston
cde7645635 Bug 703279 - Cancel panning when a context menu is shown. r=kats 2012-07-18 17:58:56 -07:00