1
0
Fork 0
Commit Graph

1480 Commits (2feddc9bd6cea8e00ca89b5eb7b6292b1a91667f)

Author SHA1 Message Date
a79014 d2c3427f1e Doesn't print gecko emoji on android ver < 7 (android N) (#3115)
* Doesnt print gecko emoji on android ver < 7

* fixed typo on maybeGecko variable

* Closes #3076: Lizard char now doesn't appear if not supported androidver

* Closes #3115: Prints string instead of gecko emoji in unsupported
android versions
2019-06-11 16:40:51 -05:00
Emily Kager edc1422b68 For #3288 - call setChecked after calling setOnCheckedChangeListener (#3357) 2019-06-11 16:38:32 -05:00
Colin Lee b498f5559b
For #3333: Only show desktop bookmarks if logged in (#3356) 2019-06-11 16:37:34 -05:00
jhugman 26d0ddda98 Fixes #3358 - disable feature-app-links (#3359) 2019-06-11 16:34:28 -05:00
Emily Kager de45dfd98a For #3131 - Add new task and clear task flags when opening intent (#3363) 2019-06-11 16:33:38 -05:00
Gabriel Luong f05eb032d4 For #2684: Add an extension function Session.toTab to map Session to Tab and clean up their usage 2019-06-11 13:14:23 -07:00
Jeff Boek 72fad9f2ad For #3351 - Adds docs for the activation ping 2019-06-11 10:55:54 -07:00
Jeff Boek cce41afb7e For #3351 - Adds docs for search_default_engine telemetry 2019-06-11 10:55:54 -07:00
Jeff Boek 7a505b3bbd For #3351 - Adds telemetry docs for metrics 2019-06-11 10:55:54 -07:00
Jeff Boek e1c243ec84 For #3351 - Adds docs for the sync_account telemetry 2019-06-11 10:55:54 -07:00
Jeff Boek 9cdcd37ab0 For #3351 - Adds docs for the sync_auth telemetry 2019-06-11 10:55:54 -07:00
Jeff Boek 35b83839e5 For #3351 - Adds error_page telemetry docs 2019-06-11 10:55:54 -07:00
Jeff Boek ef86187f91 For #3351 - Adds telemetry docs for the library 2019-06-11 10:55:54 -07:00
Jeff Boek ab5aca14a6 For #3351 - Adds qr_scanner telemetry docs 2019-06-11 10:55:54 -07:00
Jeff Boek 6caf638b8c For #3351 - Adds custom tab telemetry docs 2019-06-11 10:55:54 -07:00
Jeff Boek 10c3a46556 For #3351 - Adds bookmark management documentation 2019-06-11 10:55:54 -07:00
Jeff Boek 02c029dbfe For #3351 - Adds QAB documentation 2019-06-11 10:55:54 -07:00
Jeff Boek c675786d3d For #3351 - Adds find_in_page metrics 2019-06-11 10:55:54 -07:00
Jeff Boek c546526bdf For #3351 - Adds context_menu docs 2019-06-11 10:55:54 -07:00
Jeff Boek 585cded133 For #3351 - Adds crash_reporter docs 2019-06-11 10:55:54 -07:00
Jeff Boek df9f27859a For #3351 - Create metrics.md 2019-06-11 10:55:54 -07:00
vmbaicu a2f2a23a15 Fixes #3281 - Fix Report and onboarding lint errors and issues (#3339) 2019-06-11 12:33:12 -05:00
Sawyer Blatz 3e5b6ca007 For #975: Removes leakcanary and default browser telemetry (#3350) 2019-06-11 12:30:25 -05:00
Emily Kager 82cf81242f For #3331 - Delay restoring layout while list restores (#3354) 2019-06-11 12:27:32 -05:00
Tiger Oakes 2e0a0ab65a Fix round icon (#3353) 2019-06-11 12:26:08 -05:00
Axel Hecht 7c37f77cfc Import strings from android-l10n
State: mozilla-l10n/android-l10n@53a583feb6
2019-06-11 09:49:26 -07:00
Sawyer Blatz decacbfc97 For #3323 Runs PublicSuffixList synchronously 2019-06-11 09:19:51 -07:00
Grisha Kruglov a58a77317e Automatically close the 'auth-problems fragment' once we're through the auth flow (#3340) 2019-06-11 09:36:05 -05:00
Emily Kager e57e7b50ee For #2899 - Scroll to Collections on change, animate new collections (#3279)
* For #2899 - Scroll to Collections on change, animate new collections

* For #2899 - Scroll to tabs when tabs opened from collection
2019-06-11 09:01:00 -05:00
Emily Kager 975975e789 For #3326 - Remove open image in tab from context menu (#3327) 2019-06-11 08:59:00 -05:00
Thom Chiovoloni 4d82c29743 Don't substitute application-services packages which are not part of the megazord 2019-06-10 15:24:27 -07:00
Sawyer Blatz c17d024452
For #975: Adds preferenceToggled event (#3316)
🤦🏼‍♂️
2019-06-10 13:56:12 -07:00
Sawyer Blatz ab000d2e51
For #3280: Revert "For #3215: Restores collections properly" (#3320)
This reverts commit 3e9ee79c00f4a6b34af74ce7c179e0cbe37decf5.
2019-06-10 13:54:03 -07:00
Arturo Mejia 5df726715f Revert "For #3008, For #2162 Add Simple Logic for Menu Orientation" (#3310)
#3114
2019-06-10 10:58:18 -05:00
Colin Lee f7b5fc3e18
For #3186: Add environment to Sentry reports (#3261) 2019-06-10 10:55:39 -05:00
Mitchell Hentges 38c7dec9ce Sets up nightly-pushing-to-production decision task logic (#3225) 2019-06-10 10:55:21 -05:00
Tiger Oakes 82d2a0661b Remove deprecatd support-ktx methods (#3305) 2019-06-10 09:12:11 -05:00
Tiger Oakes 64229f6f34 Minify launcher icon (#3309) 2019-06-10 09:10:29 -05:00
Denys M c9570fd6ff Use `Drawable.toBitmap()` from androidx-ktx. (#3286) 2019-06-10 08:50:37 -04:00
Nikit Bhandari d814e95794 fix crash on renaming a collection 2019-06-08 06:44:15 -07:00
Jeff Boek b42b4df024 No Issue - Moves string to static string until next export (#3274) 2019-06-07 19:38:45 -05:00
Sawyer Blatz 86aac3e313 For #3176: Hides camera options on devices without cameras (#3273) 2019-06-07 19:37:43 -05:00
Emily Kager bf4916418a For #1998 - Removes stable flag in entering fullscreen navigation 2019-06-07 15:20:30 -07:00
Sawyer Blatz b2ca77269b
For #3251: Fixes shortcut typing (#3271) 2019-06-07 15:07:46 -07:00
Sawyer Blatz 054635735a
For #2750: Removes unecessary invalidate CollectionViewHolder call (#3264) 2019-06-07 13:38:18 -07:00
Jeff Boek 5dfde74376 For #1881 - Uses flex box to pin button to the bottom 2019-06-07 13:15:26 -07:00
Sawyer Blatz 45c509fbce
For #2648: Updates trimming of url hostname (#3191)
* For #2648: Updates trimming of url hostname

* For #2648: Fix nits
2019-06-07 09:33:07 -07:00
Emily Kager 7368a95d29 No issue: Sets up observers for tab collection changes (#3248) 2019-06-07 09:45:38 -05:00
Axel Hecht ada0c4da28 Import strings from android-l10n (#3253)
State: mozilla-l10n/android-l10n@8a22efc7b2
2019-06-07 09:44:17 -05:00
Jonathan Almeida f7bd39da77 For #3138: Fix white background on search bar 2019-06-06 17:11:06 -07:00