Commit graph

17172 commits

Author SHA1 Message Date
dtsbourg
a60bc8be92 Initial Message UI 2015-01-04 11:28:38 +01:00
Frederic Jacobs
7e555c6c20 Merge pull request #203 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2014-12-04 22:35:29 +01:00
The Gitter Badger
af89ae83c4 Added Gitter badge 2014-11-22 18:47:42 +00:00
Frederic Jacobs
bb04f27aa4 Updated Travis configuration and categories guidelines.
Travis upgraded the build system including xctool.
http://blog.travis-ci.com/2014-11-03-xcode-61-beta/

Guidelines additions and Travis fix.
2014-11-20 13:46:46 +01:00
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.
2014-11-20 00:34:47 -08:00
Frederic Jacobs
135f139dae Merge pull request #200 from Strilanc/warning_fix_235
Fixed a warning in PriorityQueueTest, and some dot syntax //FREEBIE
2014-11-19 09:50:52 +01:00
Craig Gidney
abb0486ec1 Fixed a warning in PriorityQueueTest, and some dot syntax //FREEBIE
- Also simplified the comparators
2014-11-18 23:17:06 -05:00
Frederic Jacobs
5b64b1815f Merge pull request #197 from gavia/bugfix
Merging some AddressBook related changes
2014-11-06 11:41:05 +01:00
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
2014-11-06 12:24:33 +11:00
Frederic Jacobs
d7bd62ca76 Addressing issues with empty contact names
//FREEBIE
2014-11-03 20:33:50 +01:00
Frederic Jacobs
36a24c5445 Rate Limiting Message was never displayed. 2014-11-02 23:22:55 +01:00
Frederic Jacobs
30a6da31c3 Merge pull request #191 from Strilanc/patch-1
Update doc comment in ZrptManager.h // FREEBIE
2014-11-02 10:29:21 +01:00
Craig Gidney
867402afa5 Update doc comment in ZrptManager.h // FREEBIE
The note about the role parameter was way out of date.
2014-11-02 00:14:00 -04:00
Frederic Jacobs
26d2c2ac42 Merge pull request #187 from WhisperSystems/gavia-master
Merging fixes for audio interrupts and vibration while ringing.
2014-11-02 00:29:59 +01:00
Frederic Jacobs
9fac4209b2 Vibrations and minor fix in audio interrupts 2014-11-02 00:21:59 +01:00
Frederic Jacobs
40c7adfda9 Bump up version number of release. 2014-11-02 00:21:59 +01:00
Frederic Jacobs
24ee727d6c Closes #181
//FREEBIE
2014-11-02 00:21:59 +01:00
Frederic Jacobs
7d4fb1ae1a Updating Pods & translations for release
//FREEBIE
2014-11-02 00:21:59 +01:00
Frederic Jacobs
3031d68523 More advanced fixes for push notifications on iOS7 2014-11-02 00:21:59 +01:00
Frederic Jacobs
f771487aab Fixing singleton initialization
//FREEBIE
2014-11-02 00:21:59 +01:00
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.
2014-11-02 00:21:49 +01:00
Frederic Jacobs
fbd7813c3e Bump up version number of release. 2014-10-30 19:58:36 +01:00
Frederic Jacobs
eed0dad4ae Closes #181
//FREEBIE
2014-10-30 19:29:19 +01:00
Frederic Jacobs
3072e85b00 Updating Pods & translations for release
//FREEBIE
2014-10-30 18:51:29 +01:00
Frederic Jacobs
5091c53aa3 More advanced fixes for push notifications on iOS7 2014-10-30 18:45:14 +01:00
Frederic Jacobs
f8d201fc52 Fixing singleton initialization
//FREEBIE
2014-10-29 14:25:41 +01:00
Joseph Lord
efdda2f073 Update Building to note non-operational. //FREEBIE 2014-10-24 18:53:46 +02:00
Frederic Jacobs
5854eed860 Updating localizations
//FREEBIE
2014-10-16 23:15:57 +02:00
Frederic Jacobs
c572132c95 Fixing iOS 7 push notification issue
#176 will complement this
//FREEBIE
2014-10-16 23:14:08 +02:00
Frederic Jacobs
7b388da350 Closes #174 2014-10-16 15:12:36 +02:00
Frederic Jacobs
356bf0b0b4 Merge pull request #161 from Strilanc/partial_uint_parse_fix
Fixed NSUInteger parsing tests failing
2014-10-07 18:02:43 +02:00
Craig Gidney
a060bea69d Found a method to parse NSUInteger exactly and precisely //FREEBIE 2014-10-07 11:25:27 -04:00
Craig Gidney
00ea396ff8 Merge branch 'master' of https://github.com/WhisperSystems/Signal-iOS into partial_uint_parse_fix 2014-10-07 11:00:41 -04:00
Frederic Jacobs
1cf6efb479 Updating Travis for iOS 8.0 support
//FREEBIE
2014-10-07 08:55:43 +02:00
Frederic Jacobs
cbdbcb2a1c Fixing build & signing settings for contributors
//FREEBIE
2014-10-07 01:05:18 +02:00
Frederic Jacobs
8d30498b6c Fetching translations from Transifex
//FREEBIE
2014-10-07 00:06:00 +02:00
Frederic Jacobs
43ca8b511b Fixing registration issues
Fixes the simulator and client (when permissions disabled) registration
fixes as discussed in #172

//FREEBIE
2014-10-07 00:04:50 +02:00
Frederic Jacobs
953d4d80fd Syntax fixes from #172
//FREEBIE
2014-10-06 10:05:55 +02:00
Frederic Jacobs
d05791e699 Moving away from custom HTTP stack 2014-10-06 01:28:45 +02:00
Frederic Jacobs
510831d701 Auto-layout enhancements + Submit Debug Logs 2014-10-05 19:18:18 +02:00
Frederic Jacobs
779e9d1b38 Multiple fixes
- Fixes inherited build settings
- New Podfile format
- Fetching updated strings
2014-10-02 00:32:39 +02:00
Frederic Jacobs
002909f74d Merge pull request #165 from abcdev/unuglify-icon
Unuglify Appicon
2014-09-29 10:59:35 +02:00
Rainer Killinger
46efc484fe Removed wrong/unnecessary/ugly black border.
Removed 512x512 version. Since it is supported by iTunes Connect anymore.
2014-09-29 10:20:07 +02:00
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.
2014-09-29 10:17:48 +02:00
Frederic Jacobs
3c28bb9520 Enabling new screen sizes
//FREEBIE
2014-09-26 17:22:57 +02:00
Craig Gidney
f98d661eaa Removed size-assuming NSUInteger parsing tests 2014-09-21 17:05:10 -04:00
Craig Gidney
06a4597859 Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 2014-09-21 12:54:45 +02:00
Craig Gidney
b9cf163b1f Same fixes applied to unit test code signing //FREEBIE 2014-09-21 12:54:36 +02:00
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
2014-09-20 18:26:40 -04:00
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
2014-09-15 01:32:19 +02:00