Frederic Jacobs
fbd7813c3e
Bump up version number of release.
11 years ago
Frederic Jacobs
eed0dad4ae
Closes #181
...
//FREEBIE
11 years ago
Frederic Jacobs
3072e85b00
Updating Pods & translations for release
...
//FREEBIE
11 years ago
Frederic Jacobs
5091c53aa3
More advanced fixes for push notifications on iOS7
11 years ago
Frederic Jacobs
f8d201fc52
Fixing singleton initialization
...
//FREEBIE
11 years ago
Joseph Lord
efdda2f073
Update Building to note non-operational. //FREEBIE
11 years ago
Frederic Jacobs
5854eed860
Updating localizations
...
//FREEBIE
11 years ago
Frederic Jacobs
c572132c95
Fixing iOS 7 push notification issue
...
#176 will complement this
//FREEBIE
11 years ago
Frederic Jacobs
7b388da350
Closes #174
11 years ago
Frederic Jacobs
356bf0b0b4
Merge pull request #161 from Strilanc/partial_uint_parse_fix
...
Fixed NSUInteger parsing tests failing
11 years ago
Craig Gidney
a060bea69d
Found a method to parse NSUInteger exactly and precisely //FREEBIE
11 years ago
Craig Gidney
00ea396ff8
Merge branch 'master' of https://github.com/WhisperSystems/Signal-iOS into partial_uint_parse_fix
11 years ago
Frederic Jacobs
1cf6efb479
Updating Travis for iOS 8.0 support
...
//FREEBIE
11 years ago
Frederic Jacobs
cbdbcb2a1c
Fixing build & signing settings for contributors
...
//FREEBIE
11 years ago
Frederic Jacobs
8d30498b6c
Fetching translations from Transifex
...
//FREEBIE
11 years ago
Frederic Jacobs
43ca8b511b
Fixing registration issues
...
Fixes the simulator and client (when permissions disabled) registration
fixes as discussed in #172
//FREEBIE
11 years ago
Frederic Jacobs
953d4d80fd
Syntax fixes from #172
...
//FREEBIE
11 years ago
Frederic Jacobs
d05791e699
Moving away from custom HTTP stack
11 years ago
Frederic Jacobs
510831d701
Auto-layout enhancements + Submit Debug Logs
11 years ago
Frederic Jacobs
779e9d1b38
Multiple fixes
...
- Fixes inherited build settings
- New Podfile format
- Fetching updated strings
11 years ago
Frederic Jacobs
002909f74d
Merge pull request #165 from abcdev/unuglify-icon
...
Unuglify Appicon
11 years ago
Rainer Killinger
46efc484fe
Removed wrong/unnecessary/ugly black border.
...
Removed 512x512 version. Since it is supported by iTunes Connect anymore.
11 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.
11 years ago
Frederic Jacobs
3c28bb9520
Enabling new screen sizes
...
//FREEBIE
11 years ago
Craig Gidney
f98d661eaa
Removed size-assuming NSUInteger parsing tests
11 years ago
Craig Gidney
06a4597859
Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE
11 years ago
Craig Gidney
b9cf163b1f
Same fixes applied to unit test code signing //FREEBIE
11 years ago
Craig Gidney
44a19a5d7b
Attempting to fix code signing issues
...
- Changed run scheme back to "Debug" from ad-hoc distribution
- Reset provisioning profile build settings to automatic
- Reset code signing identity build settings to just iOS Distribution / iOS Developer
- Reset Development Team to "None" (it seemed to be forcing the automatically chosen debugging cert to be one from whisper systems)
FREEBIE
11 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
11 years ago
Frederic Jacobs
8b42036f16
Reverting timestamp RTP field
...
See discussion in #143
//FREEBIE
11 years ago
Craig Gidney
854046d976
Typo fix FREEBIE
11 years ago
Craig Gidney
f1de95ab06
Recursively added dot syntax, translating more terms when they were encountered in the dif
...
FREEBIE
11 years ago
Frederic Jacobs
f582dd7a24
Merge pull request #150 from Strilanc/speex_warnings_ignore
...
Disabled warnings that were firing in the sub-project for the third-party speex code
11 years ago
Craig Gidney
99b61c4a37
Disabled warnings that were firing in the sub-project for the third-party speex code.
...
FREEBIE
11 years ago
Frederic Jacobs
476d9a0d9b
Merge pull request #148 from Strilanc/modernate_1
...
Using dot syntax for local*, all*, full*, first*, last*, to*, encodedAs*...
11 years ago
Craig Gidney
baaef78323
Using dot syntax for local*, all*, full*, first*, last*, to*, encodedAs*, copy*
...
FREEBIE
11 years ago
Frederic Jacobs
54043cd80d
Merge pull request #145 from Strilanc/audio_stampery
...
Setting timestamp based on number of samples sent
11 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
11 years ago
Frederic Jacobs
611f5c5f0b
Closes #138
11 years ago
Craig Gidney
ae50395297
Fixed single-character cuts being mistaken for backspace presses
...
//FREEBIE
11 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
11 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
11 years ago
Frederic Jacobs
4dd8df8049
Updating dependencies
...
//FREEBIE
11 years ago
Craig Gidney
5401056d31
Checked indentation, future source results, directory layout, thenTry vs then, dependencies
11 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
11 years ago
Craig Gidney
5d31f76f3e
Fixed packEcCoordinatesFromEcPoint having variable-sized output, prevent reconstruction of public key
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
Frederic Jacobs
8bd42de61a
Pulling new translations
...
//FREEBIE
11 years ago
Craig Gidney
a3b438b040
Retry build
11 years ago