Commit Graph

23 Commits (f582dd7a24c6f3010c906faafc1f64c8d3fc2889)

Author SHA1 Message Date
Craig Gidney ced4fc8947 Initial work to depend on external futures library instead of internal implementation
Still need to:
- Fix indentation
- Check for any FutureSource being returned instead of FutureSource.future
- Check for then: vs thenTry: mixups
- Check for main thread related issues
- Check for other exception catching issues
- Adjust directory layout
- Manual end-to-end testing
11 years ago
Craig Gidney 4cd30f32ed Using getter syntax for shared*, is*, and has* 11 years ago
Frederic Jacobs 1793d41b8f Merge pull request #116 from Strilanc/modern_0
Using dot syntax for count and length
11 years ago
Craig Gidney a3b438b040 Retry build 11 years ago
Frederic Jacobs dc4e4689e0 Checks and extra logging for login issues 11 years ago
Craig Gidney 9e36872644 Using dot syntax for count and length 11 years ago
Frederic Jacobs c52c6c6248 Clearing notifications from notification center
Application acknowledges notifications and then clears them from
notification center.
//FREEBIE
11 years ago
Craig Gidney 1e9a3e9a46 Ran "Edit -> Refactor -> Convert to Modern Objective-C Syntax"
- dictionaryWithObject -> @{key: val}
- objectAtIndex -> a[i]
- numberWithBool/Int/etc -> @1, @(val)
- Reverted friendly fire on ProtocolBuffers
- Did not do ANY other changes (including changes to make more refactorings succeed)
//FREEBIE
11 years ago
Frederic Jacobs 619b53cb0b Screen security feature. Closes #31 11 years ago
Frederic Jacobs aca4733ac0 Multiple fixes
- Make logging optional if desired
- HTTPS external URLs
- Clean app data when re-registering
- If registration future fails, bring back user interaction
11 years ago
Frederic Jacobs c2d78bba12 Migration scheme 11 years ago
Frederic Jacobs 60fb869baa Closes #80 #37
- Use of new Keychain Access attribute
- Error management (notifying the user) when opening app without
required push and microphone permission
- Enforcing APNID are sent to server, retry later if not able to reach
server
11 years ago
Frederic Jacobs 3113665f08 Removing some test headers 11 years ago
Frederic Jacobs a588f27c65 Transitioning off custom preference files 11 years ago
Frederic Jacobs 5c124c647b Using PastelogKit 11 years ago
Frederic Jacobs 675956f792 Goodbye OCTest, Hello XCTest
Some tests are still failing after the new key datastore transition.
11 years ago
Frederic Jacobs 021da47a99 Bug fixes + Keychain store 11 years ago
Frederic Jacobs 09b6fdea10 Adding more logging to address the initialization issues 11 years ago
Frederic Jacobs e93c27e221 Additional call anonymous logging 11 years ago
Frederic Jacobs 7661740160 Localized sign up messages and gist log upload 11 years ago
Frederic Jacobs c69747e48b Production logging & sign up error handling 11 years ago
Frederic Jacobs a6bf143855 Cleaner Keychain storage 11 years ago
Frederic Jacobs 6373507108 initial commit 11 years ago