Commit Graph

292 Commits (c5970bfa3ecbfd601495349422ef0b5fcd18f2d5)

Author SHA1 Message Date
Frederic Jacobs d05791e699 Moving away from custom HTTP stack 10 years ago
Frederic Jacobs 510831d701 Auto-layout enhancements + Submit Debug Logs 10 years ago
Frederic Jacobs 779e9d1b38 Multiple fixes
- Fixes inherited build settings
- New Podfile format
- Fetching updated strings
10 years ago
Rainer Killinger 46efc484fe Removed wrong/unnecessary/ugly black border.
Removed 512x512 version. Since it is supported by iTunes Connect anymore.
10 years ago
Rainer Killinger a3cf2ed30c Rerendered Icon in iOS 7 and iOS 8 style.
It was rendered with a wrong and useless border before.

Added 3x Version for iPhone 6 Plus.
10 years ago
Frederic Jacobs 3c28bb9520 Enabling new screen sizes
//FREEBIE
10 years ago
Craig Gidney f98d661eaa Removed size-assuming NSUInteger parsing tests 10 years ago
Craig Gidney 06a4597859 Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 10 years ago
Frederic Jacobs cd0bda7105 iOS 8 Support
- Supporting iOS 8
- Updating translations
- Rewriting PushManager to extensively use futures
- Pick up calls directly from the lock-screen
10 years ago
Frederic Jacobs 8b42036f16 Reverting timestamp RTP field
See discussion in #143
//FREEBIE
10 years ago
Craig Gidney 854046d976 Typo fix FREEBIE 10 years ago
Craig Gidney f1de95ab06 Recursively added dot syntax, translating more terms when they were encountered in the dif
FREEBIE
10 years ago
Craig Gidney baaef78323 Using dot syntax for local*, all*, full*, first*, last*, to*, encodedAs*, copy*
FREEBIE
10 years ago
Craig Gidney 97e2285b23 Setting timestamp based on number of samples sent
- Added timeStamp property to EncodedAudioPacket
- Added timeStamp parameter to rtpPackageWithDefaults constructor
- Added nextTimeStamp to AudioPacker with random initial value and sample length increases
- AudioSocket forwards timeStamp
- Added generateSecureRandomUInt32 to CryptoTools
- Updated tests
FREEBIE
10 years ago
Frederic Jacobs 611f5c5f0b Closes #138 10 years ago
Craig Gidney ae50395297 Fixed single-character cuts being mistaken for backspace presses
//FREEBIE
10 years ago
Craig Gidney 03ce3635cb Improved the phone number editing during registration
- Fixed a crash where an offset wrapped around when deleting the opening bracket
- Backspacing now skips over formatting characters
- Cursor position is maintained more accurately when reformatting
- Added a few utility methods
- Also fixed a test not having "test" as a prefix, causing it not to run
//FREEBIE
10 years ago
Craig Gidney e9f8881bd4 Checking error codes and cleaning up when errors occur in EvpKeyAgreement
- Added a test to actually exercise the DH agreement path
//FREEBIE
10 years ago
Craig Gidney 5401056d31 Checked indentation, future source results, directory layout, thenTry vs then, dependencies 10 years ago
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
10 years ago
Craig Gidney 5d31f76f3e Fixed packEcCoordinatesFromEcPoint having variable-sized output, prevent reconstruction of public key 10 years ago
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 491bb2f8cd Updating translations
//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 9240a095ae Travis CI-support and iOS8 push notifications
//FREEBIE
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
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 9c31b9ab67 Logging migration errors 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
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
Frederic Jacobs 6890ac3b46 Removing some test headers 10 years ago
Frederic Jacobs 3f8f7d6a93 Merge branch 'postLaunchFixes' of github.com:WhisperSystems/Signal-iOS into postLaunchFixes 10 years ago
Frederic Jacobs a470b6eefa Merging various bug fixes 10 years ago
Frederic Jacobs defa693082 Closes #75 10 years ago
Frederic Jacobs 19eb620fbf Closes #67 10 years ago
Frederic Jacobs c73e6b65eb Transitioning off custom preference files 10 years ago
David Caldwell 583373ba72 Fix case of openssl/ includes for case-sensitive build environments. 10 years ago
Frederic Jacobs db9c29f507 Closes #75 10 years ago
Frederic Jacobs 70865f3ebc Closes #67 10 years ago
Frederic Jacobs 6ee267a5f3 Transitioning off custom preference files 10 years ago
mjewkes c15115c5f0 Class comment in the header. 10 years ago
mjewkes bba5418061 Final removal of the CryptoUtils class name, replaced with CryptoTools. 10 years ago
mjewkes 6e48eba05c Handshake HMAC Authentication success/failure test. Random uint16 generation variance testing for full CryptoTools test coverage. Removal of stub tests. 10 years ago
Frederic Jacobs f317c76a8a Closes #27 10 years ago
Frederic Jacobs 29bd2f0787 Closes #25 10 years ago
Frederic Jacobs f4212284ee Bump up version number for App Store release 10 years ago
Frederic Jacobs 9260116fac New wording for support features 10 years ago
Frederic Jacobs b574fcda59 Using PastelogKit 10 years ago
Frederic Jacobs 3428c724bd Fixing typo in strings 10 years ago
Frederic Jacobs 556769cff9 Changes for arm64 and Clang redefined-types 10 years ago
Frederic Jacobs adf81b4aec Goodbye OCTest, Hello XCTest
Some tests are still failing after the new key datastore transition.
10 years ago
Frederic Jacobs 4b2acd62f3 Cleaning environment prefs 10 years ago
Frederic Jacobs 3031ae741e Advanced network logging 10 years ago
Frederic Jacobs 24b09ccc2e Fixing NSNumber to BOOL conversion 10 years ago
Frederic Jacobs 5e9285ef60 Fixing #18 10 years ago
Frederic Jacobs 196d63fee7 Re-registering, generating new server passwords 10 years ago
Frederic Jacobs 2cdb05754c Bug fixes + Keychain store 10 years ago
Frederic Jacobs 09fcf2ff0e Fixing localization bug 10 years ago
Frederic Jacobs fe41d3379c Adding more logging to address the initialization issues 10 years ago
Frederic Jacobs e8b9a831d8 Bumping up version number 10 years ago
Frederic Jacobs 407c64f6e1 Additional call anonymous logging 10 years ago
Frederic Jacobs 61264a480d NSComparator for unit tests 10 years ago
Frederic Jacobs 6d76b8b27b Localized challenge alertview 10 years ago
Frederic Jacobs 2a58c03b9f Localized sign up messages and gist log upload 10 years ago
Frederic Jacobs dca3c74bc3 Removing non-used debug environment 10 years ago
Frederic Jacobs 9d6ca82e84 Production logging & sign up error handling 10 years ago
Jake McGinty 56509dc173 updated phone icon 10 years ago
Jazz Alyxzander Turner-Baggs 08b68abb57 properly update callerid for incoming calls 10 years ago
Frederic Jacobs 109ecb36b2 Cleaning up unnecessary headers 10 years ago
Frederic Jacobs a6bf143855 Cleaner Keychain storage 10 years ago
Frederic Jacobs 6373507108 initial commit 10 years ago