Skip to content

Commit

Permalink
Ds update (MozillaReality#2261)
Browse files Browse the repository at this point in the history
* Hide scrollbar in Awesome bar suggestion list if all the content fits. (MozillaReality#1701)

* Fix flickering when closing a window (MozillaReality#1700)

* Updated scrollbar theme (MozillaReality#1706)

* Update Bookmarks UI (MozillaReality#1704)

* Update Bookmarks UI

* Fixed crash when scrolling

* Add missing Destroy() call in DeleteLayer() (MozillaReality#1707)

* Hide notification  if tray is detached or hidden (MozillaReality#1708)

* Fix Surface leaks when closing windows or removing widgets (MozillaReality#1716)

* Fix leak when closing a window (surface.release() not called)

* Ensure that surface is released when a widget is removed (before waiting for releaseWidget() call)

* Do not recreate the tooltip if already created

* Improve WindowWidget.releaseWidget

* Hide/show Top and TitleBar widgets instead of recreating them each time

* Do not dim environment when while selecting one. (MozillaReality#1720)

* Update tray when a window is closed (and focus didn't change) (MozillaReality#1723)

* Set session stack active state based on the window visibility (MozillaReality#1717)

* Do not make the session inactive if we are in VR video mode (MozillaReality#1731)

* Update third party hash to include WaveVR 3.1.1 beta (MozillaReality#1724)

* Tray position fix when exiting from fullscreen mode and video vr mode (MozillaReality#1735)

* Fixed the gap between video control buttons (MozillaReality#1732)

* Fix for the fullscreen controls middle gap between buttons

* Added a padding to fix the gap

* Add a background layout to cover the gap

* Do not show the multi-window controls if the window is in theatre mode. (MozillaReality#1739)

* Update bookmarks tray button state after dismissing the notification (MozillaReality#1740)

* Hide the context when the window loses focus (MozillaReality#1741)

* Hide context buttons when the action is canceled (MozillaReality#1743)

* Save the focused window between regular and private sessions (MozillaReality#1745)

* Import strings from android-l10n (MozillaReality#1769)

State: mozilla-l10n/android-l10n@6d2fe83

* Null check focused window when entering/exiting private mode (MozillaReality#1763)

* Pause/resume other windows when entering/exiting immersive mode (MozillaReality#1747)

* Pause other windows when entering immersive mode

* Improve pause/resume state handling

* Add missing copy properties to Placement.copyFrom() (MozillaReality#1766)

* Fix crash when the app is closed while playing 360 videos (MozillaReality#1771)

* Fix Oculus layers array stack overflow (MozillaReality#1764)

* Fix Oculus layers array stack overflow

* It's preferable to hide the windows first to avoid max layers race conditions

* Fix item not being set before the menu measure is called (MozillaReality#1768)

* Update 1.5x resize button style when entering private mode, (MozillaReality#1773)

* Do not keep a default language (MozillaReality#1772)

* Fix fullscreen video control panel z-order issues (MozillaReality#1767)

* Restore window size/position if the app is exited while in fullscreen (MozillaReality#1778)

* Restore window size/position if the app is exited while in fullscreen

* Refactor resize and fullscreen placements to window for better restoring

* Fix showing the top bar while in theatre mode

* Fixes a crash when quitting the app while in resize mode

* Fixes the add/remove icon turning into a check icon when clicking (MozillaReality#1779)

* Update FxR Java logging to include class name in LOGTAG (MozillaReality#1699)

* Add error log for when override environment path can not be found (MozillaReality#1712)

* Save autoplay state. Fixes MozillaReality#1781 (MozillaReality#1785)

* Do not animate navigation bar fullscreen exit in onDestroy (MozillaReality#1786)

* Show empty history when the last item is manually removed (MozillaReality#1788)

* Added info regarding variable substitution (MozillaReality#1789)

* Bump GeckoView to 71.0.20190909095540 (MozillaReality#1802)

* Prevent crash reporter from being triggered once onDestroy has been called. (MozillaReality#1801)

* Update voice collection dialog text (MozillaReality#1803)

* Bump FxR version to 1.5 (MozillaReality#1780)

* Remove unnecessary logs and downgrade other log messages from error to debug (MozillaReality#1711)

* Add name  property to WidgetPlacement (MozillaReality#1765)

* Prevent Widgets from being retained by the MotionEventGenerator after a pause. Fixes MozillaReality#1728 (MozillaReality#1811)

* Maintain projection menu state between views. Fixes MozillaReality#1807 Fixes MozillaReality#1808 (MozillaReality#1820)

* Use `substitute-local-geckoview.gradle` from Bug 1533465 for local Ge… (MozillaReality#1579)

* Use `substitute-local-geckoview.gradle` from Bug 1533465 for local GeckoView substitutions. (MozillaReality#987)

See discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1533465.

* Handle dependencies substitution in a more standard way

Move geckoViewLocalTopobjdir and geckoViewLocalTopsrcdir to local.properties and handle user.properties the same way.

* Fix servo variable name

* Prevent NavigationBarWidget from restoring the incorrect window position when dropping out of fullscreen. Fixes MozillaReality#1798 (MozillaReality#1810)

* Use correct lable for older history items. Fixes MozillaReality#1824 (MozillaReality#1826)

* Import strings from android-l10n (MozillaReality#1828)

State: mozilla-l10n/android-l10n@e78d586

* Correctly check for IME Action when processing the done key. Fixes MozillaReality#1816 (MozillaReality#1827)

* Media control needs to attach to its window when entering VR video. Fixes MozillaReality#1830 (MozillaReality#1834)

* Remove Window and Max Window Size settings. Fixes MozillaReality#1822 (MozillaReality#1835)

* Update .taskcluster.yml to v1 (MozillaReality#1809)

* Gradle update required by AS 3.5.0 (MozillaReality#1762)

* Speculative fixes for keyboard crashes. Fixes MozillaReality#1821 (MozillaReality#1836)

* Fix crash from URI.create unhandled exceptions. Fixes MozillaReality#1844 (MozillaReality#1845)

* Clear Navigation Bar focus when window changes focus. Fixes MozillaReality#1841 (MozillaReality#1848)

* Write a file containing the crash files location. Fixes MozillaReality#1846 (MozillaReality#1847)

* Ensure History and Bookmark labels are shown in url bar when they are visible. Fixes MozillaReality#1818 (MozillaReality#1849)

* Add support for clearing window color before GV does the first composition (MozillaReality#1697)

* Add support for clearing window color before GV does the first composition

* Update to use new GeckoView onFirstContentfulPaint() callback

* Fix HTC

* Bump GV version to 71.0.20190919094654

* RussianLangInOptions (MozillaReality#1856)

* Fixes lanaguages when using lang-script-region type. (MozillaReality#1860)

* Disable WebRender until it works with FxR (MozillaReality#1861)

* Remove most 32bit builds from taskcluster builds. Fixes MozillaReality#1855 (MozillaReality#1867)

* Switch the default window color from asphault to iron. Fixes MozillaReality#1862 (MozillaReality#1864)

* Check both height and width of border for change in length. Fixes MozillaReality#1851 (MozillaReality#1868)

* Import strings from android-l10n (MozillaReality#1869)

State: mozilla-l10n/android-l10n@d10506f

* Resize library panels correctly for small window sizes (MozillaReality#1871)

* Import strings from android-l10n (MozillaReality#1881)

State: mozilla-l10n/android-l10n@97355ff

* Library polishing (MozillaReality#1879)

* Do not overwrite first draw callback on proxified layers. (MozillaReality#1885)

* Remove unnecessary bookmarks DB code (MozillaReality#1870)

We are already using AC for bookmarks so this code along with the migration code shouldn't be necessary anymore and should be safe to remove.

* Keep preload history. Fixes MozillaReality#1806 (MozillaReality#1825)

* Improve depth sorting: do not clamp hitPoint used for ndc calculation (MozillaReality#1887)

* Disable 32 bit builds for pull requests (MozillaReality#1888)

* Increase click target size for buttons inside Library views (MozillaReality#1873)

* Increase click target size for buttons inside Library views

* Rebase fixes

* Add support for feature branch builds on taskcluster (MozillaReality#1889)

* Import strings from android-l10n (MozillaReality#1894)

State: mozilla-l10n/android-l10n@10559d7

* Unify MediaControls back button and controller back action (MozillaReality#1891)

* Include parenting check in depth sorting. Optimize depth sorting. (MozillaReality#1893)

* Bump GeckoView to 71.0.20190930095343 (MozillaReality#1901)

* Change app version to use new system (MozillaReality#1911)

* No longer save number of private windows on exit. Fixes MozillaReality#1899 (MozillaReality#1902)

* Clear GeckoSession histroy when clearing history. Fixes MozillaReality#1749 (MozillaReality#1903)

* Hide context menus when window activation state changes (MozillaReality#1906)

* Check long press flag in keyboard onText() callback (MozillaReality#1907)

* Replace "Caribbean" color with "Azure" color (MozillaReality#1909)

* Fix top bar glitch when moving windows (MozillaReality#1910)

* Update keyboard IME action when input is restarted (MozillaReality#1916)

* Restore userAgentOverride when restoring state (MozillaReality#1125) (MozillaReality#1913)

When restoring state using session.restoreState, `onLoadRequest` is not called
which causes FxR's UA override logic to not run. To fix this, we remember the
UA override string and restore it.

* Update UIButton to better manage multiple states. Fixes MozillaReality#1837 (MozillaReality#1920)

* Fix cropped awesome bar placeholder (MozillaReality#1908)

* Fix vertical gap in resize bar (MozillaReality#1917)

* Set correct color scheme for awesomebar buttons in private mode (MozillaReality#1922)

* Handle exceptions thrown by java.net.URI (MozillaReality#1918)

* Set blue hover color for long press menu (MozillaReality#1921)

* UI Polishing (MozillaReality#1915)

* URL text hint truncates

Quick and dirt fix for this, better URL UI handling in 1.5

* Language settings panels fixes

* Tooltip fixes

* Languages and display settings style updates

* Vertical separators for the tray

* Responsive library layout

* Reverte of URL hint fix

* Scrollbars standarization (MozillaReality#1925)

* Fix video projection menu position Media Controls (MozillaReality#1927)

* Import l10n. (MozillaReality#1932)

* Add wavevr assets to wavevr store build (MozillaReality#1929)

* Making Focus Plus use WVR_InputId_Alias1_Trigger to check trigger only. Fixes MozillaReality#1930. (MozillaReality#1931)

* Fix visual glitches on the hint fading edge (MozillaReality#1933)

* Import l10n. (MozillaReality#1938)

* Import l10n. (MozillaReality#1940)

* Import l10n. (MozillaReality#1942)

* Import l10n. (MozillaReality#1943)

* Import l10n. (MozillaReality#1971)

* Update title bar position after neighbour window is resized (MozillaReality#1948)

* Bump FxR version to 6 (MozillaReality#1950)

* Update taskcluster scripts to support v2 signing (MozillaReality#1954)

* Standarize dialogs y & z positions (MozillaReality#1949)

* Add support for Bluetooth keyboards. Fixes MozillaReality#775 (MozillaReality#1878)

* Bump GeckoView to 71.0.20191011093010 (MozillaReality#1962)

* Keyboard updates: Polish, Danish UIS-6 and bug fixing (MozillaReality#1890)

* Keyboard updated

Added Danish and Polish and updated the Spec to UIS-6_Keyboard_021

* Added Danish and Polish to display and voice languages

* Fixed spacebar strings for polish and Danish

* Updated Polski language string

* Upgrade to GeckoView 71.0.20191014095234. Fixes MozillaReality#1777 (MozillaReality#1981)

* Ensure releases are only built once (MozillaReality#1965)

* Import l10n. (MozillaReality#2000)

* Implement Copy Paste (MozillaReality#2004)

* Implement Copy Paste (MozillaReality#1883)

* Implement Copy Paste

* Address review feedback

* Fix rebase issue

* Copy paste improvements (MozillaReality#1994)

* Import l10n. (MozillaReality#2007)

* Import l10n. (MozillaReality#2010)

* Use a fixed sqliteassethelper library version (MozillaReality#1998)

This will also avoid some taskcluster failures as it will use the cached one

* Revert "Gradle update required by AS 3.5.0 (MozillaReality#1762)" (MozillaReality#1900)

This reverts commit df21d29.

* Dutch keyboard (MozillaReality#1992)

* Bump GV to 71.0.20191018095340 (MozillaReality#2018)

* Finnish keyboard (MozillaReality#1995)

* Swedish keyboard (MozillaReality#1996)

* Norwegian Keyboard (MozillaReality#1997)

* Norwegian Keyboard

* Update non_L10n.xml

* Import l10n. (MozillaReality#2023)

* Fix floating-point suffix unsupported prior to GLSL ES 3.00 (MozillaReality#2015)

* Pop Ups blocking (MozillaReality#1987)

* Pop Ups blocking

* Added a switch to manage the sites.

Text and UI updates

* Rebase fixes

* Review fixes

- Deny -> Block
- Fixed sites added multiple times
- Inverted site switch on -> blocked, off -> allowed

* Revert switch text

* Import l10n. (MozillaReality#2029)

* Import l10n. (MozillaReality#2031)

* Import l10n. (MozillaReality#2037)

* Import l10n. (MozillaReality#2039)

* Survey feedback link (MozillaReality#2027)

* Survey feedback link

* Separate link from text

* Import l10n. (MozillaReality#2041)

* Added support for a telemetry enabled/disabled ping (MozillaReality#1936)

* Added support for a telemetry enabled/disabled ping


Changed the telemetry status key name


Revert "Changed the telemetry status key name"

This reverts commit 6a632dc542ce40b6890e4b6c50c1c33a648d813c.

* Send the telemetry status ping if it's an update and telemetry was off

* Shorten the telemetry status string length

* UI transitions animations (MozillaReality#1934)

* Import l10n. (MozillaReality#2049)

* Tabs implementation (MozillaReality#2051)

* Tabs implementation (MozillaReality#1963)

Merging and opening issues for the above after talking to @MortimerGoro 

* Tabs implementation

* Refactor session restore code. Fix nits.

* Rename isComposited method

* Fix potential NullPointerException crash when focus changed after a the TabWidget is released without hiding it before

* Update session last use when changing active windows

* Correctly sync tabs after closing

* Close the TabsWidget when the active window changes.

* Tabs polish (MozillaReality#2028)

* Tabs UI polish

* Set correct tab title for contend feed

* Correctly handle onNewSession (e.g window.open())

* Fix onDestroy crash

* Implement BitmapCache for tab snapshots

* Use a single instance of TabWidget. Improve dismiss detection.

* Add open new tab notificaion and context menu action.

* Dispatch BitmapCache callbacks on the Main Thread. Scale bitmaps before saving them to disk.

* Tab UI polish

* Get rid of max window error alert. Update tabs tray dialog

* Fix rebase issue

* Clone WidgetPlacement before sending to VR render thread to prevent concurrent access. (MozillaReality#2038)

* Force view redraw when showing the awesome bar (MozillaReality#2050)

* Import l10n. (MozillaReality#2060)

* Fix long press menu highlight state. Fixes MozillaReality#2047 (MozillaReality#2056)

* Fix potential title shown in new tab button when view is reused (MozillaReality#2053)

* Import l10n. (MozillaReality#2063)

* Make RootWidget focus more reliable. Fixes MozillaReality#2055. (MozillaReality#2058)

* Import l10n. (MozillaReality#2065)

* FxA (MozillaReality#1973)

* Combined PR: FxA+Sync+Send Tab integration & Bookmarks navigation (MozillaReality#1417)

* Closes MozillaReality#1395: Ability to navigate in and out of folders

* Closes MozillaReality#1395: Add "Desktop Bookmarks" virtual folder when at the top level

* Closes MozillaReality#717: FxA, Sync and Send Tab integrations

This PR integrates FxA account manager and adds just enough code to allow
signing-in via settings, signing out, synchronizing bookmarks and receiving tabs
sent from other Firefox devices.

TODO:
- bookmarks UI needs folder support
- better account management UI, currently there are just sign-in/sign-out buttons
- megazord configuration?

* Notify any BookmarkStore listeners of changes after sync is finished

This makes sure we see synced bookmarks in the library right after signing-in.

* Add history storage and configure it to be synchronized

* Rebase fixes

* Added support for Account settings and history/bookmarks updates

* Added profile picture to the settings icon

* Support for going back to sign in origin after login

* Updated to AC v15 for the latest FxA API

* Use SyncEnginesStorage to update SyncEngines

* Rebase updates and improved library panels scroll performance

* Folders support

* Set production client Id

* Remove unnecessary executePendingBindings

* Refactoring

* Always sync after signing in and remember sync status

Some refactoring too

* Style updates

* Support responsive UI

* Rebase updates

* PR review updates MozillaReality#1

* PR review MozillaReality#2

* Rebase updates

* Style updates from MozillaReality#2022

* Rebase fixes

* Fixes tabs polling

* Fix FxA onLoadRequest breaking background tabs (MozillaReality#2067)

* Fix gaps in the fullscreen bar (MozillaReality#2066)

* Import l10n. (MozillaReality#2070)

* Private settings button fix (MozillaReality#2072)

* Import l10n. (MozillaReality#2073)

* Import l10n. (MozillaReality#2074)

* Import l10n. (MozillaReality#2079)

* Disable tray animations (MozillaReality#2082)

* FxA related fixes (MozillaReality#2083)

* Implement tab stacking (MozillaReality#2084)

* Implement tab stacking

* Set the stacked session parent inactive

* Import l10n. (MozillaReality#2085)

* Use user configuration to initialize session UA and viewport settings (MozillaReality#2069)

* Correctly restore SessionSettings (MozillaReality#2080)

* Receive FxA Tabs (MozillaReality#2068)

* Receive FxA Tabs

* Correctly update captured image on background tabs

* Glean baseline pings integration. (stage 1) (MozillaReality#1854)

* Attach the text input listener to the current active session (MozillaReality#2088)

* Attach the text input listener to the current active session

* Null check the attached window when detaching

* Set prompt delegate when new stacked tab is created (MozillaReality#2087)

* Hamburger menu (MozillaReality#2071)

* Hamburger menu

* Updated the menu icon tooltip

* Show sent tab notification after sending a tab

* Keep the devices list always synced

* Handle devices list when not signed it

* Override user agent for accounts.firefox.com

* Change UA string to Desktop mode

* Show a syncing text while devices are being refreshed

* Remove user agent override from json

* Add the FxA login url in a new tab

* Fixed rebase issues

* UA mode fixes

* Update the accounts icon

* Invalidated menu views after changing image drawable

* Review fixes

* Dissable gecko signon prompt and enbale about:config for debug builds (MozillaReality#2092)

* Bump GV to 72.0.20191029093803 (MozillaReality#2094)

* Capture tab snapshots when stacking sessions and opening the tabs dialog. (MozillaReality#2093)

* Capture tab snapshots when stacking sessions and opening the tabs dialog.

* Address review comments

* Upgrade to Mozilla Android Component v.19. (MozillaReality#2089)

* Upgrade to A-C v.19.

* Glean configuration can't call its constructor after updating to AC19.

* Add StickyTouchListener (MozillaReality#2096)

* Updated Pop-up blocking flow (MozillaReality#2097)

* Updated Pop-ups blocking flow

* Fixed url bar icons

* Added delay when opening allowed sessions

* What's new dialog (MozillaReality#2091)

* What's new dialog

* Show the what's new dialog when sending tabs and not logged in

* Fix what's new hide issues

* Upgrade to AC 19.0.1 to get app_channel telemetry back. (MozillaReality#2104)

* Import l10n. (MozillaReality#2105)

* Whats new dialog fixes (MozillaReality#2101)

* Whats new dialog fixes

* Always select the first element after reloading the list

* Remove `Unselect` copy paste menu action. (MozillaReality#2112)

* Fixes misalignments in the url bar items (MozillaReality#2108)

* Add open in tab menu item (MozillaReality#2106)

Fixes issues with the library context menus

* Fix wrongly displayed "Pause/Play" button. Take into account all windows to set CPU level based on video availability. (MozillaReality#2111)

* Register to Window OnFullscreen changes instead of using GeckoSession.addContextListener (MozillaReality#2109)

* Fix popup notification in curved mode (MozillaReality#2114)

* Make the UI react faster to page loads (MozillaReality#2113)

* Fix the transparent background when changing the button state (MozillaReality#2117)

* Fixes issues after switching the tracking protection (MozillaReality#2125)

* Fix tracking update issues

* Add listeners to the new session after recreating

* Displayed the context menu when double clicking on the URL bar (MozillaReality#2110)

* Prevent voice search from getting stuck in a cancel loop (MozillaReality#2127)

Fixes MozillaReality#1988 Fixes MozillaReality#1989
The search widget would call mMozillaSpeechService.cancel() after
receiving a CANCELED status change and get stuck in a continuous loop.

* Debounce popup block notification when blocking popups caused by back button (MozillaReality#2126)

* Import l10n. (MozillaReality#2128)

* Bump GV to 72.0.20191104094118 (MozillaReality#2135)

* Bug 1574661 - update to use new TC deployment (MozillaReality#2086)

* Bug 1574661 - update to use new TC deployment

* Use new worker pool names (provisionerId / workerType)
* Use new secret names

* update links in README

* URL bar polising (MozillaReality#2140)

* Fix the hint private mode and remove unused resources

* Increased url bar left padding

* Setup session before updating the URL

So we have the right session available when setting the URL

* Hide the insecure icon from the url bar when the url text is empty

* Add some end padding to the loading animation

* Fix the top ui transparent background fix for private mode too (MozillaReality#2146)

* Remove the ignore flag that prevented the update after deleting an item (MozillaReality#2145)

* Show the header when the history is empty (MozillaReality#2148)

* Fixed wrong thread ui call (MozillaReality#2154)

* Audit promises exceptions (MozillaReality#2157)

* Fix crash in onLoadRequest() (MozillaReality#2144)

* Do not check parent sorting in invisible widgets (MozillaReality#2162)

* Add logging to all accounts callbacks (MozillaReality#2166)

* Fix missed clicks in menu items (MozillaReality#2165)

* Clear private browsing tabs when private browsing is cleared. Fixes MozillaReality#2161 (MozillaReality#2167)

* Do not save fullscreen state when paused. Fixes MozillaReality#1958 (MozillaReality#2169)

* Queue History events while the session is inactive (MozillaReality#2163)

* Queue History events while the session is inactive


Revert new line

* Better null checking and exception handling

* Exception handling for real

* Do not overlap History/Bookmarks FxA SyncStatus change operations (MozillaReality#2168)

* Use Future instead of SyncListener to sync History/Bookmarks sync states (MozillaReality#2171)

* Ensure that tab dialog and it's surface are invalidated before they are shown (MozillaReality#2179)

* Fix sync status updates (MozillaReality#2173)

* Refresh the sync status when opening the panels

* Remove duplicated code

* Better update of binding states


Revert "Use Future instead of SyncListener to sync History/Bookmarks sync states (MozillaReality#2171)"

This reverts commit 1e9e4a8.

Revert "Revert "Use Future instead of SyncListener to sync History/Bookmarks sync states (MozillaReality#2171)""

This reverts commit 3299a6503e6bf1cffea6bd9fc7913a8da1af06e2.

* Disable switches while syncing

* Adds a spinner to the sync settings

* Fix broken UI after restoring a Youtube session (MozillaReality#2181)

* Avoid removing history items when updating history (MozillaReality#2180)

* Fix resize save button color scheme (MozillaReality#2182)

* Support v1 signing for Oculus Go APK (MozillaReality#2196)

* Sync updates (MozillaReality#2183)

* Update Sync UI

* Do not add accounts listeners if Account UI is disabled

* Do not debounce for explicit user sync requests

* Fit empty history items in narrow mode

* Fixes dismiss of the PopUps dialog (MozillaReality#2186)

* Fix crash when string isEmpty (MozillaReality#2189)

* Fix the text/link is wrongly pasted at the end of the URL from the Awesomebar (MozillaReality#2192)

* Fix context menu still displayed after clicking the clear button (MozillaReality#2193)

* Do not show context menu for videos (MozillaReality#2194)

* Open the mobile bookmarks folder by default (MozillaReality#2164)

* Avoid the FxA crash when reloading the success page after logout (MozillaReality#2204)

* Hide search suggestions when focusing a different window (MozillaReality#2211)

* Force update the hover button state after being disabled though bindings (MozillaReality#2210)

* Fix switch state when syncing in the FxA panel (MozillaReality#2208)

* Enqueue the voice start call to give time to the cancel to finish (MozillaReality#2212)

* Enqueue the start call to give time to the cancel to finish

* Increased the wait time for cancel to finish

* Sort widgets by parent before updating all (MozillaReality#2213)

* Do not show empty selection menu (MozillaReality#2216)

* Fix Paste functionality in not available for empty input fields (MozillaReality#2225)

* Import l10n. (MozillaReality#2231)

* Hide library panels header if empty (MozillaReality#2221)

* Show the scrollbar when popups view is shown (MozillaReality#2223)

* Sync engines in case of a explicit sync (MozillaReality#2226)

* Reset awesome bar scrollbar when showing (MozillaReality#2195)

* Avoid opening the success tab if the account is existing/restored (MozillaReality#2232)

* Restore voice search animation (MozillaReality#2234)

* Hide the tabs send button until we have  updated the devices (MozillaReality#2236)

* Strings quarantine updates (MozillaReality#2172)

* Strings quarantine updates

* Fix typo

* Import l10n. (MozillaReality#2240)

* Fix FxA info dialog strings. Fixes MozillaReality#2239 (MozillaReality#2242)

* Import l10n. (MozillaReality#2243)

* Fix url bar focus issues (MozillaReality#2233)

* Force URL bar to gain focus after a URL is loaded

* Clear bookmarks button focus after binding is set

* Import l10n. (MozillaReality#2251)

* Import l10n. (MozillaReality#2252)

* Hide bookmarks/history when selecting a different tab (MozillaReality#2190)

* Import l10n. (MozillaReality#2253)

* Bump FxR version to 7 (MozillaReality#2217)

* Import l10n. (MozillaReality#2256)

* WIP: Add DeepSpeech
  • Loading branch information
lissyx authored and Alexandre Lissy committed Jan 21, 2020
1 parent 4bb934e commit abbf51b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions app/src/common/shared/org/mozilla/vrbrowser/VRBrowserActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,27 @@ private void checkForCrash() {
}
}

private void handleContentCrashIntent(@NonNull final Intent intent) {
Log.e(LOGTAG, "Got content crashed intent");
final String dumpFile = intent.getStringExtra(GeckoRuntime.EXTRA_MINIDUMP_PATH);
final String extraFile = intent.getStringExtra(GeckoRuntime.EXTRA_EXTRAS_PATH);
Log.d(LOGTAG, "Dump File: " + dumpFile);
Log.d(LOGTAG, "Extras File: " + extraFile);
Log.d(LOGTAG, "Fatal: " + intent.getBooleanExtra(GeckoRuntime.EXTRA_CRASH_FATAL, false));

@Override
public void onDoNotSendData() {
for (String file : files) {
Log.e(LOGTAG, "Deleting crashfile: " + file);
getBaseContext().deleteFile(file);
}
}
}
);
mCrashDialog.show(UIWidget.REQUEST_FOCUS);
}
}

private void handleContentCrashIntent(@NonNull final Intent intent) {
Log.e(LOGTAG, "Got content crashed intent");
final String dumpFile = intent.getStringExtra(GeckoRuntime.EXTRA_MINIDUMP_PATH);
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def versions = [:]
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "72.0.20191104094118"
versions.android_components = "19.0.1"
versions.mozilla_speech = "1.0.7"
versions.mozilla_speech = "1.0.9"
versions.openwnn = "1.3.7"
versions.google_vr = "1.190.0"
versions.room = "2.2.0"
Expand Down

0 comments on commit abbf51b

Please sign in to comment.