mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* 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
|
9 years ago | |
|---|---|---|
| .. | ||
| .tx | 11 years ago | |
| ar.lproj | 9 years ago | |
| az_AZ.lproj | 9 years ago | |
| bg.lproj | 9 years ago | |
| bin | 9 years ago | |
| bs.lproj | 9 years ago | |
| ca.lproj | 9 years ago | |
| cs.lproj | 9 years ago | |
| da.lproj | 9 years ago | |
| de.lproj | 9 years ago | |
| el_GR.lproj | 9 years ago | |
| en.lproj | 9 years ago | |
| es.lproj | 9 years ago | |
| fa.lproj | 9 years ago | |
| fi.lproj | 9 years ago | |
| fil.lproj | 9 years ago | |
| fr.lproj | 9 years ago | |
| gl.lproj | 9 years ago | |
| he.lproj | 9 years ago | |
| hr.lproj | 9 years ago | |
| hu.lproj | 9 years ago | |
| id.lproj | 9 years ago | |
| it_IT.lproj | 9 years ago | |
| ja_JP.lproj | 9 years ago | |
| ko_KR.lproj | 9 years ago | |
| lv.lproj | 9 years ago | |
| mk.lproj | 9 years ago | |
| nb_NO.lproj | 9 years ago | |
| nl.lproj | 9 years ago | |
| pl.lproj | 9 years ago | |
| pt_BR.lproj | 9 years ago | |
| pt_PT.lproj | 9 years ago | |
| ro.lproj | 9 years ago | |
| ru.lproj | 9 years ago | |
| sl.lproj | 9 years ago | |
| sn.lproj | 9 years ago | |
| sq.lproj | 9 years ago | |
| sv_SE.lproj | 9 years ago | |
| th_TH.lproj | 9 years ago | |
| tr_TR.lproj | 9 years ago | |
| zh_CN.lproj | 9 years ago | |
| TRANSLATIONS.md | 10 years ago | |