Commit Graph

18105 Commits (e3a0c3e769978c0fbba304a3e75b33b115af1491)
 

Author SHA1 Message Date
Craig Gidney 4cd30f32ed Using getter syntax for shared*, is*, and has* 10 years ago
Frederic Jacobs 1793d41b8f Merge pull request #116 from Strilanc/modern_0
Using dot syntax for count and length
10 years ago
Frederic Jacobs 8bd42de61a Pulling new translations
//FREEBIE
10 years ago
Craig Gidney a3b438b040 Retry build 10 years ago
Frederic Jacobs dc4e4689e0 Checks and extra logging for login issues 10 years ago
Craig Gidney 9e36872644 Using dot syntax for count and length 10 years ago
Frederic Jacobs c52c6c6248 Clearing notifications from notification center
Application acknowledges notifications and then clears them from
notification center.
//FREEBIE
10 years ago
Craig Gidney 84eb87ac60 Manually refactored cases the refactoring to Modern Objective-C was complaining about
//FREEBIE
10 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
10 years ago
Craig Gidney 6fd78ef143 Added canary test to notify future maintainers when safety pads can be removed from spandsp usage //FREEBIE 10 years ago
Frederic Jacobs 76b94c80df Updating Pods
//FREEBIE
10 years ago
Frederic Jacobs 491bb2f8cd Updating translations
//FREEBIE
10 years ago
Frederic Jacobs 5b53e33cca Revert "Updating to spandsp-0.0.6"
This reverts commit ecea5d6e53.
//FREEBIE
10 years ago
Frederic Jacobs ecea5d6e53 Updating to spandsp-0.0.6
//FREEBIE
10 years ago
Frederic Jacobs 50e1b8012b Fixing localization and performance issues
- Cleaning up unused VC xib
- Optimization in Call Server Requests
- Fixing localization issues in Registration flow
- Changing order of labels for the Settings view
//FREEBIE
10 years ago
Frederic Jacobs 619b53cb0b Screen security feature. Closes #31 10 years ago
Frederic Jacobs f5bbf9d480 Enhancements to certificate pinning
//FREEBIE
10 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
10 years ago
Frederic Jacobs 2a0b0cbffc Updating OpenSSL
//FREEBIE
10 years ago
McLoo 56b3d5475f Fix link to travis build status in README.md //FREEBIE 10 years ago
Frederic Jacobs 9051045b9e Fixes for Travis setup
//FREEBIE
10 years ago
Frederic Jacobs bf8f60bf09 Adding submodule
//FREEBIE
10 years ago
Frederic Jacobs 6c027c2ed4 Removing dependencies
//FREEBIE
10 years ago
Frederic Jacobs 9240a095ae Travis CI-support and iOS8 push notifications
//FREEBIE
10 years ago
Frederic Jacobs 0d7e2d2f20 Caching ressources for Travis 10 years ago
Frederic Jacobs dd73eafe47 Preparing tests for Travis
- Removing test server tests
- Getting ZRTP values from Keychain
- Getting NSCFErrors in NetworkStreamTest
- Fixing PriorityQueueTest comparator
10 years ago
Frederic Jacobs db1927373d Xcode project file fix
//FREEBIE
10 years ago
mjewkes 2031a95092 UInt16 variance test //FREEBIE 10 years ago
Frederic Jacobs 60e3b14599 Updating translations
//FREEBIE
10 years ago
hubert3 a4eb34b236 Only display contacts that have a phone number 10 years ago
Frederic Jacobs 5ac7acfbc5 Enhancements in the verification flow
- Certificate Pinning with AFNetworking
- Block syntax for number validation
- Fixes null debug logs
10 years ago
Frederic Jacobs 7ab15a5808 Updating translations //FREEBIE 10 years ago
Frederic Jacobs da3819b1c1 Merge branch 'testingBranch' 10 years ago
Frederic Jacobs 9c31b9ab67 Logging migration errors 10 years ago
Frederic Jacobs 1519bba1ed Merge branch 'master' into testingBranch 10 years ago
Frederic Jacobs db33d636e8 Migration scheme 10 years ago
Frederic Jacobs 68f96d562c Closes #52 10 years ago
Frederic Jacobs 46b869628e 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
10 years ago
Rainer Killinger 5812f80d42 Closes #70 10 years ago
Frederic Jacobs c2d78bba12 Migration scheme 10 years ago
Frederic Jacobs 17571b6c54 Closes #52 10 years ago
Frederic Jacobs 120c50f2ea Merge pull request #81 from abcdev/patch-issue-70
Closes #70
10 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
10 years ago
Hannes Hofer 9703e601b0 slight refactoring to fit code style
slightly refactored to fit code style of project
10 years ago
Hannes Hofer bde62ed7cb do not reposition cursor to end of number on change
restore cursor position after update.
cursor position must be restored after update.
when non number chars are deleted or inserted move cursor position for -1 or 1 respectively
10 years ago
Hannes Hofer d8ee13f040 respect cursor position for insert and delte
cursor position was not respected on delete and insert.
new numbers were always inserted on last position
on delte the last digit was erased regardless of cursor position.
cursor postition is respected now, but cursor is rest to last position on delte/insert
10 years ago
Rainer Killinger df89f4e00f Closes #70 10 years ago
Frederic Jacobs 3113665f08 Removing some test headers 10 years ago
Frederic Jacobs 6890ac3b46 Removing some test headers 10 years ago
Frederic Jacobs cb0c7ff601 Merge branch 'postLaunchFixes' of github.com:WhisperSystems/Signal-iOS into postLaunchFixes 10 years ago