gecko-dev/mobile/android/base
Wes Johnston 995a116175 Bug 759041 - Add an interface for tabs in the Awesomebar. r=lucasr 2012-06-18 12:39:13 -07:00
..
apache/commons/codec Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only 2011-12-21 08:44:08 -08:00
awesomebar Bug 759041 - Add an interface for tabs in the Awesomebar. r=lucasr 2012-06-18 12:39:13 -07:00
db Bug 748583 - Fix bookmark id fetching in the Combined view (r=margaret) 2012-06-15 19:54:40 +01:00
gfx Bug 765407 - Don't setOnDoubleTapListener(null); fixes crash in GestureDetector [r=kats] 2012-06-18 09:54:48 -07:00
httpclientandroidlib Bug 730637 - Base64 support for HttpClient in Android 2.1. r=nalexander 2012-02-27 10:23:33 -08:00
json-simple Bug 758300 - Add license file for json-simple. r=trivial 2012-05-29 10:04:40 -07:00
locales Bug 750702 - Cache article in reader DB when added to reading list (r=mfinkle) 2012-06-12 15:03:06 +01:00
resources b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
sqlite Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
sync Bug 762978 - Make AndroidBrowserRepositorySession.recordToGuid map from hashes of record strings to record guids to reduce memory pressure. r=liuche 2012-06-18 11:09:43 -07:00
tests Bug 748583 - Fix bookmark id fetching in the Combined view (r=margaret) 2012-06-15 19:54:40 +01:00
ui Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
AboutHomeContent.java Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
AboutHomeSection.java Bug 735741: Factor out UI in about:home [r=mfinkle] 2012-03-19 16:15:05 -07:00
AlertNotification.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AndroidManifest.xml.in b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
App.java.in b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
AwesomeBar.java Bug 762068 - Part 3: Replace optString() with null checks. r=mfinkle 2012-06-12 10:03:14 -07:00
AwesomeBarTabs.java Bug 762068 - Part 2: Remove static search engine data. r=mfinkle 2012-06-12 10:03:14 -07:00
BrowserApp.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
BrowserToolbar.java Bug 765220 - Remove use of String.isEmpty. r=margaret 2012-06-15 08:58:13 -07:00
ConfirmPreference.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CrashReporter.java.in Bug 761536 - Do not hardcode /data/data directories. Update XUL crashreporter. r=blassey 2012-06-06 10:00:45 +02:00
DoorHanger.java backout 2d1268c57588 2012-06-12 09:53:44 -07:00
DoorHangerPopup.java backout 2d1268c57588 2012-06-12 09:53:44 -07:00
Favicons.java Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
FindInPageBar.java Back out bug 764621, bug 762717, bug 764638, and bug 764622 for mochitest failures 2012-06-14 20:12:06 -07:00
FloatUtils.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
FlowLayout.java Bug 586885 - Add FlowLayout for floating elements. r=mfinkle 2012-06-05 14:07:14 -07:00
FormAssistPopup.java Bug 752709 - Extract a getDisplayMetrics function into GeckoApp. r=cpeterson 2012-05-23 21:53:39 -04:00
GeckoActivity.java.in Bug 751690: isApplicationInBackground() should return correct values r=mfinkle 2012-05-08 16:40:12 -07:00
GeckoApp.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
GeckoAppShell.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
GeckoApplication.java Bug 751690: isApplicationInBackground() should return correct values r=mfinkle 2012-05-08 16:40:12 -07:00
GeckoAsyncTask.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoBackgroundThread.java Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey 2012-02-26 22:34:23 -08:00
GeckoBatteryManager.java Bug 744850 - java.lang.IllegalArgumentException: Receiver not registered (ignore the crash) r=kats 2012-06-05 13:44:35 -04:00
GeckoConnectivityReceiver.java Bug 744850 - java.lang.IllegalArgumentException: Receiver not registered (ignore the crash) r=kats 2012-06-05 13:44:35 -04:00
GeckoEvent.java Bug 763613 - Make hover events mousemove events. r=wesj 2012-06-15 15:34:22 -07:00
GeckoEventListener.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoEventResponder.java Bug 730710 - Add a GeckoEventResponder interface to allow event listeners to respond to events as well. r=blassey 2012-02-27 10:13:36 -05:00
GeckoHalDefines.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoInputConnection.java Bug 738331 - Remove IndexOutOfBoundsException band-aid now that we clamp bogus selection indexes. r=blassey 2012-06-13 17:07:49 -07:00
GeckoJarReader.java Bug 738421 - Close up ZipReader. r=cpeterson 2012-03-23 17:07:10 -07:00
GeckoMenu.java Bug 760604: Menu item should be able to change showAsAction dynamically. [r=mbrubeck] 2012-06-02 23:09:55 -07:00
GeckoMenuInflater.java Bug 739412: Support custom menu for post-honeycomb devices. [r=mfinkle] 2012-05-31 16:01:50 -07:00
GeckoMenuItem.java Bug 760604: Menu item should be able to change showAsAction dynamically. [r=mbrubeck] 2012-06-02 23:09:55 -07:00
GeckoMessageReceiver.java Back out bug 718760, bug 725052, bug 732069 because of broken Android build 2012-03-12 10:37:22 -07:00
GeckoNetworkManager.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoPreferences.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoProfile.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
GeckoScreenOrientationListener.java Bug 740190 - Screen Orientation API: implement locking in Android. r=dougt 2012-03-29 23:31:12 -07:00
GeckoSmsManager.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GeckoThread.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
GeckoViewsFactory.java Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
GlobalHistory.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
INIParser.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
INISection.java Bug 715307 - Read and write profiles.ini for Android. r=mfinkle 2012-06-15 09:02:11 -07:00
LauncherShortcuts.java.in b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
LinkPreference.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
LinkTextView.java Bug 708266: UI to show tabs remote tabs. [r=mfinkle, r=rnewman] 2012-03-09 10:42:43 -08:00
Makefile.in Bug 759041 - Add an interface for tabs in the Awesomebar. r=lucasr 2012-06-18 12:39:13 -07:00
MenuItemActionBar.java Bug 739412: Support custom menu for post-honeycomb devices. [r=mfinkle] 2012-05-31 16:01:50 -07:00
MenuItemDefault.java Bug 739412: Support custom menu for post-honeycomb devices. [r=mfinkle] 2012-05-31 16:01:50 -07:00
NSSBridge.java Bug 757646 - Throw from NSSBridge if Master password is set. r=rnewman,gbrown 2012-05-25 10:04:12 -07:00
NotificationHandler.java.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ProfileMigrator.java Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
PromptService.java Bug 764579 - Rename Show to show to be consistent with Java naming conventions. r=margaret 2012-06-14 09:52:28 -04:00
PropertyAnimator.java Bug 763049: Tablet animation should slide on phones, slide and shrink on tablets. [r=mfinkle] 2012-06-12 22:47:52 -07:00
RemoteTabs.java Bug 762955: Fixed height for tabs UI on phones. [r=mfinkle] 2012-06-12 22:29:23 -07:00
Restarter.java.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SetupScreen.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SiteIdentityPopup.java backout 2d1268c57588 2012-06-12 09:53:44 -07:00
SmsManager.java.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SuggestClient.java Bug 586885 - Search suggestions test case. r=gbrown 2012-06-05 14:07:14 -07:00
SurfaceBits.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SyncPreference.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Tab.java Back out bug 764621, bug 762717, bug 764638, and bug 764622 for mochitest failures 2012-06-14 20:12:06 -07:00
Tabs.java Back out bug 764621, bug 762717, bug 764638, and bug 764622 for mochitest failures 2012-06-14 20:12:06 -07:00
TabsAccessor.java Bug 734893: Faster DB accessing with priority for GeckoAsyncTask. [r=mfinkle, r=blassey] 2012-03-19 10:53:14 -07:00
TabsPanel.java Bug 763049: Tablet animation should slide on phones, slide and shrink on tablets. [r=mfinkle] 2012-06-12 22:47:52 -07:00
TabsTray.java Bug 765069 - Swipe tabs off screen at the velocity they were swiped. r=mbrubeck 2012-06-14 16:50:58 -07:00
Telemetry.java Bug 741281 - Add Telemetry timers in Java. r=blassey 2012-04-12 23:19:57 +02:00
WebApp.java.in b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
WebAppAllocator.java b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
WebAppManifestFragment.xml.frag b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
WebApps.java.in b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
WebAppsFragment.java.frag b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
android-sync-files.mk Bug 742109 - Make Android Sync write to Android log with single tag "FxSync". r=rnewman,liuche 2012-06-12 12:12:43 -07:00
package-name.txt.in Bug 757643 - Properly revert package-name.txt;r=mfinkle 2012-05-29 13:33:09 -04:00
strings.xml.in Bug 750702 - Cache article in reader DB when added to reading list (r=mfinkle) 2012-06-12 15:03:06 +01:00