This website requires JavaScript.
Explore
Help
Register
Sign In
oxen-io
/
session-ios
Watch
1
Star
0
Fork
You've already forked session-ios
0
mirror of
https://github.com/oxen-io/session-ios.git
synced
2023-12-13 21:30:14 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
6a573b87d2
session-ios
/
Cartfile
4 lines
56 B
Text
Raw
Normal View
History
Unescape
Escape
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-10-10 22:02:09 +02:00
github "mxcl/PromiseKit"
change ZXing to framework for faster incremental compiles in xcode // FREEBIE
2017-03-15 23:50:34 +01:00
github "TheLevelUp/ZXingObjC"
Reference in a new issue
Copy permalink