Commit Graph

12250 Commits

Author SHA1 Message Date
giomfo 8e95c62349 update 2015-08-11 09:19:50 +02:00
giomfo 186def8a3f Merge remote-tracking branch 'origin/develop'
# Conflicts:
#	Podfile
2015-08-11 09:18:51 +02:00
giomfo a8e9732d94 Finalize Vector project (ios target: 8.0 and later) 2015-08-10 17:19:43 +02:00
giomfo 60fbaf3ffc replace matrixConsole project with Vector Xcode project. 2015-08-10 16:58:31 +02:00
giomfo fcccca249b Clean vector-ios script and .rst files 2015-08-10 14:57:35 +02:00
giomfo 321eff5f39 Merge pull request #2 from matrix-org/develop
Develop
2015-08-10 11:47:50 +02:00
giomfo cfc65f5c4a RecentsViewController: release propertly the current room resources when user selects another room. 2015-08-10 11:24:44 +02:00
manuroe 4170e8f531 On logout, clean Endpoint data (private key and certificate) 2015-08-07 18:30:33 +02:00
manuroe fda90b5160 VoIP: Put VoIP stacks declarations into compilation flags 2015-08-07 16:20:46 +02:00
giomfo d652815f55 Bug Fix in Settings:
- The slider related to the maximum cache size is not working.
- The user is logged out when he press "Clear cache" button.
2015-08-07 15:34:28 +02:00
giomfo 3097c6ef98 Merge pull request #1 from matrix-org/develop
Support localized strings in Matrix Console.
2015-08-07 11:27:45 +02:00
giomfo 4718da2503 Support localized strings in Matrix Console. 2015-08-07 10:42:47 +02:00
giomfo 9e0192bfdc Alert user on MatrixKit error. 2015-08-04 18:37:48 +02:00
giomfo f38e0fe0a0 Merge remote-tracking branch 'origin/add_notification_rules_ui' into develop 2015-08-04 14:18:54 +02:00
manuroe 822a0fe3b2 Let the application choose whether it wants to embed VoIP or not by moving OpenWebRTC wrapper into a seperate lib (https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper) 2015-07-21 11:30:37 +02:00
David Baker d8befebb18 *That* was what I meant. 2015-07-13 19:11:53 +01:00
David Baker 9ef7f38922 Put deps back to versioned ones 2015-07-13 18:56:45 +01:00
David Baker 99a651baae Use master matrixsdk too 2015-07-13 11:50:03 +01:00
David Baker 4b22a8e444 Use master MatrixKit for bugfix 2015-07-13 11:36:59 +01:00
David Baker 38d3af627f Revert dependency shift to master 2015-07-10 17:37:36 +01:00
giomfo c400e1bb4d Report master fix: display voip icons in one-to-one room only id call manger is available.
Merge remote-tracking branch 'origin/master' into develop
2015-07-10 18:31:12 +02:00
giomfo a46ea495f3 RoomViewController: Display voip buttons in one-to-one room only when call manager is available. 2015-07-10 18:20:03 +02:00
David Baker f6de3ca413 use master branch from git temporarily 2015-07-10 16:20:59 +01:00
giomfo 968f391f70 Update Podfile to link with MatrixSDK and MatrixKit (develop branches) 2015-07-10 15:35:55 +02:00
giomfo 753468ebb7 Merge remote-tracking branch 'origin/master' into develop 2015-07-10 15:28:42 +02:00
giomfo 768c32ec5f Update Podfile.lock 2015-07-10 15:09:39 +02:00
giomfo 78fa6abb5d Remove useless comment in Podfile 2015-07-10 14:30:56 +02:00
giomfo 7a7b28ae14 Merge remote-tracking branch 'origin/release-v0.5.0' 2015-07-10 14:29:25 +02:00
giomfo 13ff4a8562 Update iOS console version: 0.5.0 2015-07-10 13:42:31 +02:00
giomfo d4e57e27e5 Prepare iOS Console Podfile for master 2015-07-10 13:40:49 +02:00
giomfo db56e5f00f Prepare release: add changes in Console in 0.5.0. 2015-07-10 11:49:56 +02:00
giomfo 725df39c06 update Podfile.lock 2015-07-10 00:43:49 +02:00
giomfo ef807def0d Report MatrixKit changes (lock recents refresh during server sync) 2015-06-29 11:41:03 +02:00
giomfo 987b1aa712 MXKAccountManager: apply MatrixKit changes 2015-06-23 18:11:41 +02:00
giomfo 87c042739a Dispose presented/pushed view controllers 2015-06-20 00:45:27 +02:00
giomfo 1711280913 Report MatrixKit fix on Table view cell dequeuing. 2015-06-19 19:20:13 +02:00
giomfo 1b72b6156a MXKAccount: support new account switch toggle. 2015-06-19 10:31:27 +02:00
giomfo 95d4ece553 Code format 2015-06-18 15:24:38 +02:00
giomfo 4fb9a8af25 ANPS Handling: Apply MatrixKit changes. 2015-06-18 15:20:33 +02:00
giomfo 8de18562f8 code format 2015-06-18 11:19:42 +02:00
giomfo 2c4b0ffed6 remove useless asset 2015-06-16 17:32:38 +02:00
giomfo 7a50564740 Replace MemberDetailsVC and ContactDetailsVC by using MatrixKit resources. 2015-06-16 13:54:12 +02:00
giomfo 2d083281ea Remove useless assets 2015-06-15 14:07:36 +02:00
giomfo 25565d2168 HomeViewController: add sanity check on array bounds. 2015-06-12 10:55:19 +02:00
giomfo 4da3b7d950 Code format 2015-06-11 17:03:31 +02:00
giomfo cd82c95b18 Use MXKInterleavedRecentsDataSource to interleave recents in Console. 2015-06-11 17:03:10 +02:00
giomfo d78e6e87a6 RecentsViewController: Bug fix tap gesture in navigation bar. 2015-06-11 17:03:10 +02:00
giomfo 95b8bd69ec RecentsViewController: Prompt to mark all as read when user taps the title bar. 2015-06-11 17:03:10 +02:00
manuroe 4eef932b63 Updated app Xcode settings to accept libs/frameworks built with the GNU standard C++ lib 2015-06-10 17:50:42 +02:00
giomfo 27712e5e41 ContactsViewController: restore action on contact selection. 2015-06-09 18:13:19 +02:00