2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

1454 Commits

Author SHA1 Message Date
Mitchell Hentges
3fa6a6e7e6 [fenix] Nightly package name should be "org.mozilla.fenix.nightly" (https://github.com/mozilla-mobile/fenix/pull/3771) 2019-06-28 18:56:55 -05:00
Divya Raj
03196d7547 [fenix] Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version + A few typos (https://github.com/mozilla-mobile/fenix/pull/3749)
* Typo in README

* Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version

* Fixed various typos
2019-06-28 18:56:25 -05:00
Mitchell Hentges
5ccbd5fbea [fenix] Changes nightly version to follow the format "Nightly 190627 16:19" (https://github.com/mozilla-mobile/fenix/pull/3742) 2019-06-28 18:55:34 -05:00
ekager
8e160fa07f [fenix] Use sessionId in FIP Integration, use pendingIntent for startActivity 2019-06-28 14:00:59 -07:00
ekager
cae51993f2 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/3609 - Remove FIP Integration, Use FIP Feature"
This reverts commit 428643d598e938f58a2fe4abfee417c46edec167.
2019-06-28 14:00:59 -07:00
Emily Kager
9631a5473d [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/3135 - Reduce swipe to delete sensitivity"
This reverts commit 405977e7dfff802f13a3dbaf0b73c8d9aba30d82.
2019-06-28 12:47:36 -07:00
Mitchell Hentges
66522c56be [fenix] Publishes nightly to separate nightly app (https://github.com/mozilla-mobile/fenix/pull/3740) 2019-06-28 10:15:43 -07:00
Colin Lee
cbfd22d756 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3732: Race Condition Crash in HomeFragment onPreDraw (https://github.com/mozilla-mobile/fenix/pull/3737) 2019-06-27 20:33:21 -05:00
No-Jun Park
98721f10ef [fenix] update docker image reference (https://github.com/mozilla-mobile/fenix/pull/3412)
increase java heap size
delete files to save docker size
2019-06-27 18:56:23 -04:00
Emily Kager
450cdfa750 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1968 - Adds menu option to add new folder in BookmarkFragment menu 2019-06-27 15:17:00 -07:00
Tiger Oakes
f385f62b49 [fenix] No issue: Use chains for bookmark items (https://github.com/mozilla-mobile/fenix/pull/3696)
Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>
2019-06-27 13:47:42 -07:00
Emily Kager
e0e403f287 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3701 - When deleted use bookmark title if url is null in snackbar (https://github.com/mozilla-mobile/fenix/pull/3716) 2019-06-27 13:39:00 -05:00
Sawyer Blatz
5e37fb3d14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3711: Fixes save to collection from browser crash (https://github.com/mozilla-mobile/fenix/pull/3714) 2019-06-27 11:29:00 -07:00
Sawyer Blatz
9406f40442 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3244: Updates account icon in settings (https://github.com/mozilla-mobile/fenix/pull/3692) 2019-06-27 11:28:42 -07:00
Divya Raj
c534730d72 [fenix] Typo in README 2019-06-27 09:42:13 -07:00
Sawyer Blatz
366958b9c2 [fenix] No issue: Fixes master compilation 2019-06-27 09:05:57 -07:00
Colin Lee
c891109b60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3505: Opening a sent tab crashes Fenix (https://github.com/mozilla-mobile/fenix/pull/3507) 2019-06-27 10:47:54 -05:00
Nikit Bhandari
d305f64616 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3496: dismiss share fragment when clicking outside content (https://github.com/mozilla-mobile/fenix/pull/3513)
* dismiss share fragment when clicking outside content

* add logic in view layer
2019-06-27 10:43:13 -05:00
Emily Kager
d5350c2910 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2960 Closes https://github.com/mozilla-mobile/fenix/issues/3671 - Fixes bookmark deletion with undo, wraps list 2019-06-26 18:59:13 -07:00
ekager
373af5c825 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1211 - Hide keyboard on fling suggestions list 2019-06-26 16:44:35 -07:00
ekager
9cc661e0a9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3690 - Gives defined size to pill_wrapper 2019-06-26 16:44:35 -07:00
Tiger Oakes
963918c3f1 [fenix] No issue: Use ImageView rather than rebuilding drawable (https://github.com/mozilla-mobile/fenix/pull/3616)
HomeFragment's onboarding items included drawableStart values, but also
built drawables in the view holders to replace them. Instead, we should
just use ImageViews so that work isn't duplicated.
2019-06-26 16:03:06 -07:00
Tiger Oakes
43248d95e3 [fenix] No issue: Adds lint exception for when statement (https://github.com/mozilla-mobile/fenix/pull/3685) 2019-06-26 15:52:24 -07:00
Sawyer Blatz
d1ee329058 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3488: Cleans up edit mode calls (https://github.com/mozilla-mobile/fenix/pull/3689) 2019-06-26 15:40:07 -05:00
Yeon Taek Jeong
ae66794486 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3678: Fix crash when tapping on your account (https://github.com/mozilla-mobile/fenix/pull/3688) 2019-06-26 13:33:27 -07:00
Emily Kager
60710197f1 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3569 - Uses primary text attr for bookmark folder icon (https://github.com/mozilla-mobile/fenix/pull/3675) 2019-06-26 15:29:21 -05:00
Emily Kager
ecefddf28b [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/1211 - Hide keyboard on fling suggestions list"
This reverts commit cb6fd83c9879c268cb739fb768187d5276c5af66.
2019-06-26 11:19:09 -07:00
Sawyer Blatz
3b3a25d596 [fenix] No issue: Upgrades AC to 2.0.0-SNAPSHOT 2019-06-26 10:27:48 -07:00
Tiger Oakes
95a7afe4e2 [fenix] Switch RadioButtonPreference to ConstraintLayout
Also ensure that RTL works properly.
2019-06-26 09:45:55 -07:00
Johan Lorenzo
ba3ef0deda [fenix] Use Raptor index (https://github.com/mozilla-mobile/fenix/pull/3646) 2019-06-26 10:53:28 +02:00
Sawyer Blatz
0aa1355dbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/2940: Hides send tab header on FxA error 2019-06-25 17:08:46 -07:00
Tiger Oakes
c1ba331cc1 [fenix] Import variables referred to by path 2019-06-25 13:57:34 -07:00
Tiger Oakes
abf49d9e96 [fenix] Use lifecycleScope for settings fragments 2019-06-25 13:56:33 -07:00
Tiger Oakes
066e2fc6ea [fenix] Use lifecycleScope for collections fragments 2019-06-25 13:56:15 -07:00
Tiger Oakes
9ad4274d20 [fenix] Use @JvmOverloads instead of multiple constructors 2019-06-25 13:55:31 -07:00
Colin Lee
0466bb6c55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3364: Edit bookmarks should show corrected bookmarks tree (https://github.com/mozilla-mobile/fenix/pull/3446) 2019-06-25 14:19:33 -05:00
Emily Kager
5cfd20b53c [fenix] For https://github.com/mozilla-mobile/fenix/issues/3639 - Remove fontInflationEnabled (https://github.com/mozilla-mobile/fenix/pull/3640) 2019-06-25 10:24:32 -05:00
Colin Lee
00733069e1 [fenix] No issue: Fix broken Settings test 2019-06-24 19:17:08 -07:00
Emily Kager
33d74be384 [fenix] No issue: Follow up on optional filter style 2019-06-24 17:03:38 -07:00
Colin Lee
ad6f6d17b8 [fenix] No issue: Add Sentry breadcrumbs to ease crash investigations 2019-06-24 16:21:43 -07:00
Sören Hentzschel
839c60a7da [fenix] No issue - reduce margin between favicon and title/url in library 2019-06-24 16:16:32 -07:00
Hanishraj B Rao
93c1e51416 [fenix] Update telemetry.md
Corrected "Whether"
2019-06-24 16:08:50 -07:00
Denys M
658ad81d70 [fenix] Add unit tests for Settings.
Add unit tests for `Settings`.
2019-06-24 16:02:34 -07:00
Emily Kager
a0e29574a2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3593 For https://github.com/mozilla-mobile/fenix/issues/3581 - Pass sessions to delete to delete all with undo (https://github.com/mozilla-mobile/fenix/pull/3594) 2019-06-24 15:41:38 -07:00
Emily Kager
6455fdff46 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3609 - Remove FIP Integration, Use FIP Feature (https://github.com/mozilla-mobile/fenix/pull/3637) 2019-06-24 15:31:32 -07:00
Emily Kager
38256822f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3622 - Add ID to engine shortcut suggestions (https://github.com/mozilla-mobile/fenix/pull/3636) 2019-06-24 15:30:27 -07:00
royang51
d68a45e5ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/3214 - History multi-selection aborted, the same item can't be selected again (https://github.com/mozilla-mobile/fenix/pull/3607) 2019-06-24 15:27:06 -07:00
Jeff Boek
f2e1369156 [fenix] For https://github.com/mozilla-mobile/fenix/issues/981 - Adds missing event to leanplum docs 2019-06-24 14:34:23 -07:00
Sawyer Blatz
32e23cb8e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3215: Adds collection restoration with unique IDs (https://github.com/mozilla-mobile/fenix/pull/3635) 2019-06-24 14:12:51 -07:00
vmbaicu
45e02ac918 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3527 - Set Collection name max length (https://github.com/mozilla-mobile/fenix/pull/3531) 2019-06-24 13:58:04 -07:00