session-ios/Signal/translations
Michael Kirk 1dd06a5e6c Fix registration flow / Keep push tokens in sync
* Separate registering an account from registering for push notifications
  * Allows us to complete registration without prompting user for
    notification settings.

UX Changes
----------
* Automatically keep push tokens in sync on startup.
  Push tokens *can* change, though they rarely do. It happens more often
  for people switching between appstore/beta builds.

  fixes #1174

* Show alert with registration failure
  * add secret 8-tap debug log gesture to registration flow

* Move registration to separate flow
  * don't see flash of inbox when first launching

* show useful error messages when given wrong code / no code

* remove background fetch
  We werent using it, but only relying on a side effect of it which is
  no longer necessary.

Code Changes
------------

* More registration logging.

* Install PromiseKit with carthage

  Our dependencies are not yet framework compatible, so we can't use
  cocoapods.

* Merge preferences util "category" into superclass.

  The immediate reason for this is Swift interop was assuming optional
  types were not optional, and exploding when a value was nil.

  This is clearer anyway, since we were treating it like a subclass, and
  it was the only thing using the class anyway.

* auto-genstrings now searches *.swift (and *.h, which was previously
  broken) for translateable strings.

// FREEBIE
2016-11-03 16:13:49 -04:00
..
.tx Updating translations //FREEBIE 2014-08-01 20:36:05 -04:00
ar.lproj Update translations 2016-10-28 10:52:43 -04:00
az_AZ.lproj Update translations 2016-10-28 10:52:43 -04:00
bg.lproj Update translations 2016-10-28 10:52:43 -04:00
bin Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
bs.lproj Update translations 2016-10-28 10:52:43 -04:00
ca.lproj Update translations 2016-10-28 10:52:43 -04:00
cs.lproj Update translations 2016-10-28 10:52:43 -04:00
da.lproj Update translations 2016-10-28 10:52:43 -04:00
de.lproj Update translations 2016-10-28 10:52:43 -04:00
el_GR.lproj Update translations 2016-10-28 10:52:43 -04:00
en.lproj Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
es.lproj Update translations 2016-10-28 10:52:43 -04:00
fa.lproj Update translations 2016-10-28 10:52:43 -04:00
fi.lproj Update translations 2016-10-28 10:52:43 -04:00
fil.lproj Update translations 2016-10-28 10:52:43 -04:00
fr.lproj Update translations 2016-10-28 10:52:43 -04:00
gl.lproj Update translations 2016-10-28 10:52:43 -04:00
he.lproj Update translations 2016-10-28 10:52:43 -04:00
hr.lproj Update translations 2016-10-28 10:52:43 -04:00
hu.lproj Update translations 2016-10-28 10:52:43 -04:00
id.lproj Update translations 2016-10-28 10:52:43 -04:00
it_IT.lproj Update translations 2016-10-28 10:52:43 -04:00
ja_JP.lproj Update translations 2016-10-28 10:52:43 -04:00
ko_KR.lproj Update translations 2016-10-28 10:52:43 -04:00
lv.lproj Update translations 2016-10-28 10:52:43 -04:00
mk.lproj Update translations 2016-10-28 10:52:43 -04:00
nb_NO.lproj Update translations 2016-10-28 10:52:43 -04:00
nl.lproj Update translations 2016-10-28 10:52:43 -04:00
pl.lproj Update translations 2016-10-28 10:52:43 -04:00
pt_BR.lproj Update translations 2016-10-28 10:52:43 -04:00
pt_PT.lproj Update translations 2016-10-28 10:52:43 -04:00
ro.lproj Update translations 2016-10-28 10:52:43 -04:00
ru.lproj Update translations 2016-10-28 10:52:43 -04:00
sl.lproj Update translations 2016-10-28 10:52:43 -04:00
sn.lproj Update translations 2016-10-28 10:52:43 -04:00
sq.lproj Update translations 2016-10-28 10:52:43 -04:00
sv_SE.lproj Update translations 2016-10-28 10:52:43 -04:00
th_TH.lproj Update translations 2016-10-28 10:52:43 -04:00
tr_TR.lproj Update translations 2016-10-28 10:52:43 -04:00
zh_CN.lproj Update translations 2016-10-28 10:52:43 -04:00
TRANSLATIONS.md Update translations (#1172) 2016-05-08 17:17:37 -07:00