Commit Graph

6199 Commits

Author SHA1 Message Date
Giom Foret 2e06edf462 Bug Fix - App crashes when user wants to share a message
rageshake 676
2017-11-27 19:03:45 +01:00
Giom Foret e9c50f2738 fix compilation errors 2017-11-27 12:38:21 +01:00
Giom Foret 9cdcaf5c29 AppDelegate: Add logs to know how long we wait for the protected data 2017-11-27 12:14:06 +01:00
giomfo 990b63e53a Merge pull request #1665 from aaronraimist/oled-black
Add basic OLED black theme
2017-11-27 09:59:35 +01:00
giomfo 29278f857b Merge pull request #1671 from vector-im/use_frameworks_compatible
Make code compatible with `!use_frameworks` in Podfile
2017-11-27 09:55:17 +01:00
Florian Kalis ae0373faef Translated using Weblate (German)
Currently translated at 100.0% (441 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-11-25 21:30:53 +00:00
Giom Foret 9ee07948b1 Code cleaning 2017-11-24 17:30:55 +01:00
Giom Foret 984da72842 Should fix spontaneous logout 2017-11-24 17:16:47 +01:00
manuroe af57721336 Matrix SDK extensions: use new 'MatrixSDK/JingleCallStack' pod 2017-11-24 16:28:48 +01:00
Aaron Raimist af60150266 Remove kRiotKeyboard initialization 2017-11-23 11:15:51 -06:00
manuroe d1dc935725 Make code compatible with !use_frameworks in Podfile 2017-11-23 16:09:19 +01:00
Aaron Raimist 3b5113f63a Add basic OLED black theme 2017-11-21 20:55:11 -06:00
dccs 2ab1ad7bed Translated using Weblate (German)
Currently translated at 100.0% (441 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-11-21 21:21:14 +00:00
dark159123 d7e013f3b5 Added translation using Weblate (Danish) 2017-11-21 19:06:02 +00:00
dark159123 e81cf494b9 Added translation using Weblate (Danish) 2017-11-21 19:05:50 +00:00
dark159123 84ea4804ce Added translation using Weblate (Danish) 2017-11-21 19:05:42 +00:00
ledangtrung 75dcf94990 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (441 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/vi/
2017-11-20 03:57:31 +00:00
Louis Le ba91c0087f Translated using Weblate (Vietnamese)
Currently translated at 100.0% (441 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/vi/
2017-11-20 03:16:13 +00:00
Giom Foret 7b07f5bc05 Bug Fix - Failed to send photos which are not stored on the local device
and must be downloaded from iCloud.

#1654
2017-11-17 14:33:24 +01:00
manuroe 8c0919d8f1 Merge pull request #1655 from vector-im/permanent_pending_room_requests
Crypto: Key sharing: Move the check of incoming key requests so that …
2017-11-17 07:11:17 +01:00
Louis Le b7eceb0bad Translated using Weblate (Vietnamese)
Currently translated at 5.6% (25 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/vi/

This word mean "Mọi người" in Vietnamese, but in this case of feature, we should translated to: "Danh bạ" like messenger of facebook or another apps
2017-11-17 04:04:38 +00:00
Louis Le 81bc70a5ac Translated using Weblate (Vietnamese)
Currently translated at 0.4% (2 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/vi/
2017-11-17 03:19:35 +00:00
Louis Le 7883fc267e Added translation using Weblate (Vietnamese) 2017-11-17 03:12:30 +00:00
Louis Le 72f94c523b Translated using Weblate (Vietnamese)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/vi/
2017-11-17 03:08:58 +00:00
Louis Le 275c1764c3 Added translation using Weblate (Vietnamese) 2017-11-17 02:57:11 +00:00
Louis Le 5ce175a104 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (4 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/vi/
2017-11-17 02:56:09 +00:00
Louis Le 6786efaca8 Added translation using Weblate (Vietnamese) 2017-11-17 02:48:26 +00:00
giomfo ab3e4dc001 Merge pull request #1650 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2017-11-16 21:47:32 +01:00
manuroe 663a00ed83 Crypto: Key sharing: Move the check of incoming key requests so that we can detect them at app startup.
https://github.com/vector-im/riot-meta/issues/121

This is now required because, with https://github.com/matrix-org/matrix-ios-sdk/pull/414, key requests can be available when app starts.
2017-11-16 14:47:23 +01:00
Giom Foret f54a8aaf25 Should fix spontaneous logout.
Set the App Group Id in `application:willFinishLaunchingWithOptions:` method instead of the `main` function of an iOS app
2017-11-15 15:49:54 +01:00
manuroe 4d0b837077 Merge pull request #1652 from vector-im/e2e_key_sharing
E2e key sharing: Show the dialog on incoming key requests
2017-11-15 14:38:15 +01:00
manuroe 6cb9c9ea59 Crypto: Key sharing dialog for incoming room key requests
Follow Giom's review advice
2017-11-15 14:28:59 +01:00
manuroe 1bbdacb880 Crypto: Key sharing dialog for incoming room key requests
Manage ignore requests
2017-11-15 12:25:00 +01:00
Giom Foret 1012fbfa0b Fix UICollectionView warning: The behavior of the UICollectionViewFlowLayout is not defined... 2017-11-14 18:43:05 +01:00
manuroe 3f958a3b05 Crypto: Add key sharing dialog for incoming room key requests 2017-11-14 18:21:01 +01:00
Giom Foret ed99c3d9be version++ 2017-11-13 18:16:43 +01:00
Weblate 788e434a0d Merge remote-tracking branch 'origin/develop' into develop 2017-11-13 15:58:59 +00:00
Tong Hui 1c106ad4ae Translated using Weblate (Chinese (Simplified))
Currently translated at 90.9% (401 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2017-11-13 15:58:51 +00:00
Giom Foret f0f4c02556 Add logs 2017-10-30 16:39:58 +01:00
Giom Foret 691153e544 version++ 2017-10-27 17:11:47 +02:00
Weblate 9209610e0e Merge remote-tracking branch 'origin/develop' into develop 2017-10-27 14:21:43 +00:00
Kévin C 4e822c54aa Translated using Weblate (French)
Currently translated at 100.0% (441 of 441 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-10-27 14:21:19 +00:00
Giom Foret 9e6090f453 Bug Fix - The Call View Controller is displayed whereas the call has been cancelled 2017-10-27 15:35:43 +02:00
manuroe 0727de86f3 BF: Jitsi: Crash if the user display name has several components (#1616) 2017-10-25 16:46:03 +02:00
giomfo 9e0d229e32 Merge pull request #1610 from vector-im/fix_empty_table_cell
Fix - tableView cellForRowAtIndexPath:
2017-10-24 23:39:50 +02:00
manuroe cff80d91e9 version++ 2017-10-24 10:46:00 +02:00
Giom Foret ec5d435ba5 Fix App crash 2017-10-23 17:34:42 +02:00
Giom Foret 1695901759 Bug Fix - Bg Sync loop 2017-10-23 16:58:55 +02:00
Giom Foret 41b2c6e40f Remove warning 2017-10-23 16:57:05 +02:00
Giom Foret cb5b2e1d40 Fix - tableView cellForRowAtIndexPath:
return a fake cell to prevent app from crashing.
2017-10-23 15:48:13 +02:00