24
1
Fork 0
Commit Graph

2185 Commits

Author SHA1 Message Date
Donovan Preston a42cec97f3 Fix #1145 Fix the back button after logging in. (#1158)
To do so, we clear the webview history once the login process is complete so that the intermediate redirect urls used by the login process are not in the history.

Also, update the versions of some of the libraries we use.
2019-02-19 09:35:37 -08:00
Donovan Preston fd3caa3cc6 Fix #1150 Make the defaults on android match the defaults on the web. (#1155) 2019-02-19 09:28:25 -08:00
Tim Visée b76150d4d9 Fix function to calculate encrypted ECE ciphertext length (#1153) 2019-02-18 11:19:15 -08:00
Danny Coates 06c9b126a3
revert puppeteer to 1.11.0 2019-02-18 11:09:37 -08:00
Danny Coates a2ede30f09
updated password input style 2019-02-15 14:42:09 -08:00
Danny Coates 244fcf5e77
renamed inter beta fonts 2019-02-15 14:41:29 -08:00
Danny Coates 8eaacfea18
use text/plain on /api/metrics 2019-02-15 11:59:39 -08:00
Danny Coates b30be6e4a2
updated intro image 2019-02-14 16:16:30 -08:00
Danny Coates 5ce35a71ef
added missing entrypoint to metrics 2019-02-14 13:00:57 -08:00
Danny Coates 6b6b04e93b
a few font adjustments 2019-02-14 12:23:27 -08:00
Danny Coates 21e3095dc9
updated file icon 2019-02-14 12:01:14 -08:00
Danny Coates 2a8a8abfde
added Inter font and intro image 2019-02-14 11:39:28 -08:00
Danny Coates 4d8f27e96e
adjusted intro layout 2019-02-14 09:33:49 -08:00
Danny Coates be8e507d25
updated footer links 2019-02-13 13:09:57 -08:00
Danny Coates 26d6606e09
added custom details arrow (needs final svg) 2019-02-13 12:39:53 -08:00
Danny Coates 1c61915b53
styled selectbox 2019-02-13 11:14:53 -08:00
Danny Coates e9ee7d022c
adjusted padding of wip area 2019-02-12 19:14:01 -08:00
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