779e9d1b38 
								
							
								 
							
						 
						
							
							
								
								Multiple fixes  
							
							... 
							
							
							
							- Fixes inherited build settings
- New Podfile format
- Fetching updated strings 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3c28bb9520 
								
							
								 
							
						 
						
							
							
								
								Enabling new screen sizes  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								06a4597859 
								
							
								 
							
						 
						
							
							
								
								Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b9cf163b1f 
								
							
								 
							
						 
						
							
							
								
								Same fixes applied to unit test code signing //FREEBIE  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								4dd8df8049 
								
							
								 
							
						 
						
							
							
								
								Updating dependencies  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5401056d31 
								
							
								 
							
						 
						
							
							
								
								Checked indentation, future source results, directory layout, thenTry vs then, dependencies  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								c52c6c6248 
								
							
								 
							
						 
						
							
							
								
								Clearing notifications from notification center  
							
							... 
							
							
							
							Application acknowledges notifications and then clears them from
notification center.
//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								76b94c80df 
								
							
								 
							
						 
						
							
							
								
								Updating Pods  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f5bbf9d480 
								
							
								 
							
						 
						
							
							
								
								Enhancements to certificate pinning  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								9240a095ae 
								
							
								 
							
						 
						
							
							
								
								Travis CI-support and iOS8 push notifications  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								dd73eafe47 
								
							
								 
							
						 
						
							
							
								
								Preparing tests for Travis  
							
							... 
							
							
							
							- Removing test server tests
- Getting ZRTP values from Keychain
- Getting NSCFErrors in NetworkStreamTest
- Fixing PriorityQueueTest comparator 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								db1927373d 
								
							
								 
							
						 
						
							
							
								
								Xcode project file fix  
							
							... 
							
							
							
							//FREEBIE 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5ac7acfbc5 
								
							
								 
							
						 
						
							
							
								
								Enhancements in the verification flow  
							
							... 
							
							
							
							- Certificate Pinning with AFNetworking
- Block syntax for number validation
- Fixes null debug logs 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								7ab15a5808 
								
							
								 
							
						 
						
							
							
								
								Updating translations //FREEBIE  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9c31b9ab67 
								
							
								 
							
						 
						
							
							
								
								Logging migration errors  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6890ac3b46 
								
							
								 
							
						 
						
							
							
								
								Removing some test headers  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3f8f7d6a93 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'postLaunchFixes' of github.com:WhisperSystems/Signal-iOS into postLaunchFixes  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a470b6eefa 
								
							
								 
							
						 
						
							
							
								
								Merging various bug fixes  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								defa693082 
								
							
								 
							
						 
						
							
							
								
								Closes   #75  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c73e6b65eb 
								
							
								 
							
						 
						
							
							
								
								Transitioning off custom preference files  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								db9c29f507 
								
							
								 
							
						 
						
							
							
								
								Closes   #75  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6ee267a5f3 
								
							
								 
							
						 
						
							
							
								
								Transitioning off custom preference files  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bba5418061 
								
							
								 
							
						 
						
							
							
								
								Final removal of the CryptoUtils class name, replaced with CryptoTools.  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								29bd2f0787 
								
							
								 
							
						 
						
							
							
								
								Closes   #25  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b574fcda59 
								
							
								 
							
						 
						
							
							
								
								Using PastelogKit  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								adf81b4aec 
								
							
								 
							
						 
						
							
							
								
								Goodbye OCTest, Hello XCTest  
							
							... 
							
							
							
							Some tests are still failing after the new key datastore transition. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2cdb05754c 
								
							
								 
							
						 
						
							
							
								
								Bug fixes + Keychain store  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2a58c03b9f 
								
							
								 
							
						 
						
							
							
								
								Localized sign up messages and gist log upload  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9d6ca82e84 
								
							
								 
							
						 
						
							
							
								
								Production logging & sign up error handling  
							
							
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								febb719c6f 
								
							
								 
							
						 
						
							
							
								
								Updating OpenSSL to 1.0.1h  
							
							
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a6bf143855 
								
							
								 
							
						 
						
							
							
								
								Cleaner Keychain storage  
							
							
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6373507108 
								
							
								 
							
						 
						
							
							
								
								initial commit  
							
							
							
						 
						
							12 years ago