lilia
5b5a430114
Support i18n with multiple links
...
We can now pass a variable number of hrefs into i18n_with_links rather
than just one.
2016-09-27 13:34:54 -07:00
lilia
9b645f90c8
Remove Android requirement from install flow
...
// FREEBIE
2016-09-26 10:43:51 -07:00
lilia
baff77c509
Revert "Remove Android requirement from install flow"
...
This reverts commit 4b9f7d518e
.
Put this back when iOS desktop support is ready for general release.
2016-09-01 14:04:46 -07:00
lilia
9deaa95e8c
Strip unicode null from deviceNames
...
Not sure how or why but sometimes deviceNames arrive on the server
containing a null char.
// FREEBIE
2016-09-01 13:19:27 -07:00
lilia
4b9f7d518e
Remove Android requirement from install flow
...
// FREEBIE
2016-08-31 15:04:01 -07:00
lilia
4198987723
Display a message when provisioning socket fails
...
Fixes #464
// FREEBIE
2016-02-09 16:23:17 -08:00
lilia
43071d94d6
Log invalid number inputs
...
// FREEBIE
2016-01-21 13:59:04 -08:00
Sam Lanning
ac25b62fdc
Improve implementation of i18n for Install Flow following comments on #611
...
* Move install flow i18n logic to install_view.js (from options.js)
* Switch to using placeholders (instead of jQuery) for i18n messages with html.
* Switch to using moustache template instead of jQuery for i18n substitution.
// FREEBIE
2016-01-17 15:10:15 -08:00
Sam Lanning
0825d3e22f
Implement i18n for Install Flow
...
Fixes #600
// FREEBIE
2016-01-17 15:10:15 -08:00
lilia
e5c6541e6c
Validate number before showing step 4
...
// FREEBIE
2015-11-07 23:24:29 -08:00
lilia
14cb6b58a2
Create install flow
...
* Refactor options.js into a view
* Break up install flow into a series of screens
* Remove bootstrap
* Make installer window static size, mostly to facilitate positioning
// FREEBIE
2015-11-05 13:29:26 -08:00