Commit Graph

53 Commits

Author SHA1 Message Date
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
Chris Peterson
ea5aca80f3 Backout 844444ca8feb (Bug 709230) r=bustage 2012-07-17 17:54:54 -07:00
Chris Peterson
bb71352997 Bug 709230 - Part 4: Remove unused imports. r=blassey 2012-07-15 13:20:43 -07:00
Chris Peterson
ad0d5b1167 Bug 709230 - Part 3: Mark classes final and reduce class visibility public->package->private to aid ProGuard optimizations. r=blassey 2012-07-15 13:20:43 -07:00
Kartikaya Gupta
23aa8796f7 Bug 769269 - Update a bunch of fields in GeckoApp to not be static any more. r=mfinkle 2012-07-13 10:17:03 -04:00
Kartikaya Gupta
b89d7c809f Bug 764579 - Rename Show to show to be consistent with Java naming conventions. r=margaret 2012-06-14 09:52:28 -04:00
Kartikaya Gupta
872ec65423 Bug 752905 - Move the Prompt:Show handler out of handleGeckoMessage. r=margaret 2012-06-13 17:12:15 -04:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Wes Johnston
b5e6ef6b6f Bug 746816 - Crash closing a select dialog while panning. r=mfinkle a=blocking-fennec 2012-04-18 17:41:12 -07:00
Lucas Rocha
5725e7cae7 Bug 735636 - Factor out checked state update into separate method (r=wesj) 2012-03-30 17:31:31 +01:00
Lucas Rocha
342eddda08 Bug 735636 - Factor out icon update into separate method (r=wesj) 2012-03-30 17:31:31 +01:00
Lucas Rocha
3df01e56dd Bug 735636 - Correctly use recycled view and apply ViewHolder pattern (r=wesj) 2012-03-30 17:31:31 +01:00
Mounir Lamouri
13fc1a1a8e Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava 2012-03-18 17:15:56 +01:00
Mark Finkle
2f256bcc57 Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android 2012-03-17 21:51:39 -04:00
Mounir Lamouri
6849113efd Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava 2012-03-16 22:44:00 +01:00
Wes Johnston
07974eb3e9 Bug 715925 - Indent options in opt groups. r=sriram 2012-01-25 01:31:33 +01:00