Commit Graph

124 Commits (c9056662e979aa13f3af60b504e6a1a74e9b98a9)

Author SHA1 Message Date
Frederic Jacobs c9056662e9 Fixing issues with merge
Tried to rebase but there were too many patches to reapply.
10 years ago
Frederic Jacobs 6dd04a49fe Refactoring signup flow, storage, contacts.
- Signal preferences and keying material moved to the unified storage
- Set up for staging environment to try out the new APIs
- Changes in the push registration flow to send token to RP & TS
10 years ago
dtsbourg 95c14ddefb General: Unused views cleanup 10 years ago
dtsbourg 64ab73baeb General: Unused View controller clean up 10 years ago
dtsbourg 6524b08ffc FullImage: Base of pinching, double tapping & zooming 10 years ago
dtsbourg e174215b2a Fix Scale: Set Launch Screen 10 years ago
Frederic Jacobs c3dff810ad Registration refactoring - wip. 10 years ago
Frederic Jacobs b9907b9a32 Laying ground for signup flow refactoring 10 years ago
Frederic Jacobs 43af8c18e3 Merging UI code with some basic TextSecureKit code. 10 years ago
dtsbourg a60bc8be92 Initial Message UI 10 years ago
Ben Sandofsky f65d552f6d Prefix NSArray categories.
Begin process of prefixing categories on Foundation and UIKit. This
follows Cocoa best practices. This makes sense given the number of third
party libraries the project incorporates, which may include their own
colliding category method names.

Use OWS prefix on classes that may be used across apps.
11 years ago
Craig Gidney abb0486ec1 Fixed a warning in PriorityQueueTest, and some dot syntax //FREEBIE
- Also simplified the comparators
11 years ago
Gil Azaria 3ddfd91597 phone/ related bug fixes
- Fixed typo with an isKindOfClass comparison
- Fixed a bug in PhoneNumberDirectoryFilterManager where if an update failed it
  didnt save the retry date
11 years ago
Frederic Jacobs d7bd62ca76 Addressing issues with empty contact names
//FREEBIE
11 years ago
Frederic Jacobs 36a24c5445 Rate Limiting Message was never displayed. 11 years ago
Craig Gidney 867402afa5 Update doc comment in ZrptManager.h // FREEBIE
The note about the role parameter was way out of date.
11 years ago
Frederic Jacobs 9fac4209b2 Vibrations and minor fix in audio interrupts 11 years ago
Frederic Jacobs 40c7adfda9 Bump up version number of release. 11 years ago
Frederic Jacobs 24ee727d6c Closes #181
//FREEBIE
11 years ago
Frederic Jacobs 7d4fb1ae1a Updating Pods & translations for release
//FREEBIE
11 years ago
Frederic Jacobs 3031d68523 More advanced fixes for push notifications on iOS7 11 years ago
Frederic Jacobs f771487aab Fixing singleton initialization
//FREEBIE
11 years ago
Gil Azaria 6951fd1fbe Fixed issue #139.
Testing has been completed on outgoing calls only. It is recommended that testing is conducted on incoming calls before a commit to upstream.
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
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 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
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
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
Craig Gidney baaef78323 Using dot syntax for local*, all*, full*, first*, last*, to*, encodedAs*, copy*
FREEBIE
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