24
1
Fork 0
Commit Graph

2168 Commits

Author SHA1 Message Date
Danny Coates fc37fd1fe3
Work in progress on latest design 2019-02-12 12:27:52 -08:00
Danny Coates 0fa963f1ab
implemented amplitude metrics 2019-02-12 12:23:27 -08:00
Danny Coates d50c0477ea
fixed android metrics 2019-02-12 12:21:18 -08:00
Danny Coates 9b37e92a81
implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
Danny Coates 1a483cad55
updated deps 2019-02-08 15:58:05 -08:00
Danny Coates 6b33192a55
use default avatar instead of ff logo for users with no avatar 2019-02-08 11:58:42 -08:00
Donovan Preston 66f52b8c41 Fix #1110 Sync the file list on android. 2019-02-08 09:45:37 -08:00
Donovan Preston 16224b3c02 Fix #1108 Hide email input on signup page so that it doesn't hide par… (#1140)
* Fix #1108 Hide email input on signup page so that it doesn't hide part of the bottom of the page

* Fix #1115 Prevent clicking on the button more than once in a row.

* Show the email input on desktop
2019-02-08 09:44:21 -08:00
Danny Coates 41eaa668a1
Merge pull request #1138 from jbuck/vnext-update-google-cloud-storage
Update @google-cloud/storage to v2.4.2 to fix timeouts
2019-02-06 12:07:18 -08:00
Jon Buckley 3ea728e4e0
Update @google-cloud/storage to v2.4.2 to fix timeouts 2019-02-06 13:25:18 -05:00
Danny Coates cd8ab540f2
revert @google-cloud/storage to 2.1.0 2019-01-31 15:28:18 -08:00
Danny Coates 36225e4f92 android: exclude self from share intent (#1132) 2019-01-30 15:46:43 -05:00
Mark Liang (You-Wen) b55960d743 fix 1112 (#1128) 2019-01-30 10:59:22 -05:00
Danny Coates 9e3bde2cc9 full page download ui (#1126) 2019-01-30 10:50:17 -05:00
Danny Coates 5eb24065b6
added modal to other pages 2019-01-29 13:08:54 -08:00
Danny Coates 87a517a169
exclude text inputs from paste handler 2019-01-29 12:43:09 -08:00
Danny Coates c0d8300a8e
fixed some scrollbars 2019-01-29 12:06:23 -08:00
Danny Coates d159825b27
added download icon 2019-01-28 15:44:14 -08:00
Danny Coates 8794b1d101
npm run format 2019-01-24 12:31:20 -08:00
Danny Coates 8227b1420c
Merge pull request #1125 from mozilla/dlink
added download link to tile
2019-01-24 12:20:30 -08:00
Danny Coates dece0969c2
added download link to tile 2019-01-23 15:10:09 -08:00
Danny Coates 7bf8bab864
revert webpack to 4.28.4 2019-01-23 14:05:11 -08:00
Danny Coates 97bf9fdf69
updated deps 2019-01-23 11:46:17 -08:00
Danny Coates 9afe688c79
Merge pull request #1123 from pdehaan/de-testpilot-badge
Remove TestPilot badge from README
2019-01-23 09:47:22 -08:00
Peter deHaan 9f8233c7e4
Remove TestPilot badge 2019-01-23 09:34:56 -08:00
Danny Coates d8009a64d4
Merge pull request #1119 from mozilla/android-share-icon
Switch to the Android share icon.
2019-01-23 09:11:19 -08:00
Danny Coates 831e39c113
Merge pull request #1122 from mozilla/fix-back-button-crasher
Fixes #1037: Fix back button crasher
2019-01-23 09:10:54 -08:00
Donovan Preston d1ea261dea Fixes #1037: Fix back button crasher
Java has nulls, and any object reference in Java can be null, but in Kotlin parameters default to not null unless the type is specified as `Type?`; our override of onActivityResult was specifying the type of the intent parameter as `Intent` instead of `Intent?`, causing an exception before our code was called. Figuring out how to turn on "break on all exceptions" in Android Studio (which is non-trivial for some reason) finally showed me the stack trace.
2019-01-23 10:28:57 -05:00
Donovan Preston 73123a690b Switch to the Android share icon. 2019-01-23 09:42:13 -05:00
Danny Coates 16ba74e959
Merge pull request #1106 from mozilla/vnext-hover-states
Fix #1103
2019-01-18 10:25:05 -08:00
Mark Liang de0a1ddcaa #1103 2019-01-18 16:09:17 +08:00
Danny Coates 01105a0a98
Merge pull request #1091 from mozilla/add-new-metrics
add new metrics md
2019-01-17 11:30:37 -08:00
Danny Coates 339755e292
updated deps 2019-01-16 16:18:50 -08:00
Danny Coates 7d051d5eaf
restored accidentally deleted style 2019-01-16 16:18:23 -08:00
Danny Coates d5a1271bbe
fixed account menu z-index on android 2019-01-16 14:58:10 -08:00
Danny Coates e954a6cb62
typo. fixes #1100 2019-01-16 14:19:33 -08:00
Danny Coates a6a8fa6528
Merge pull request #1099 from mozilla/android-implement-share-card
Fix #888 Implement share card.
2019-01-16 13:26:41 -08:00
Donovan Preston c90d811087 Switch to using utils.browserName 2019-01-16 16:20:15 -05:00
Danny Coates 6f39d42165
Merge pull request #1102 from mozilla/btn-style
refactored styles to extract btn
2019-01-16 13:00:21 -08:00
Danny Coates 57422d6406
refactored styles to extract btn 2019-01-16 12:49:11 -08:00
Danny Coates ae256141da
Merge pull request #1098 from mozilla/hide-add-files-button-while-uploading
Fix #1089 On Android, hide the add files button when uploading
2019-01-16 11:01:49 -08:00
Donovan Preston af61434b72 Fix #888 Implement share card. 2019-01-16 12:05:39 -05:00
Donovan Preston c0382dd327 Fix #1089 On Android, hide the add files button when uploading 2019-01-16 10:26:52 -05:00
Danny Coates 32a77180b0
Merge pull request #1088 from mozilla/vnext-ui-changes
Update UI
2019-01-15 10:40:11 -08:00
Danny Coates 783d7bfa03
save download count changes to localStorage. fixes #1080 2019-01-15 10:11:51 -08:00
Danny Coates 6e175dd5ca
Merge pull request #1087 from mozilla/custom-elements
use custom elements instead of adding css classes for selectors
2019-01-14 11:03:23 -08:00
Mark Liang 38f8a68827 update ux 2019-01-14 16:51:50 +08:00
John Gruen f6640e4822 add new metrics md 2019-01-11 18:37:01 +01:00
Danny Coates f402011c82
use custom elements instead of adding css classes for selectors 2019-01-10 16:22:40 -08:00
Danny Coates 742b97cb4b
Merge pull request #1086 from mozilla/fix-android-equals-1-npm-start
Make ANDROID=1 npm start work again, as it broke at some point
2019-01-10 15:04:27 -08:00