Commit graph

57 commits

Author SHA1 Message Date
manuroe
f6d1ab1fb4 Console: Created MXCRegistrationWebView to do registration into a webview based on the home server registration fallback page 2015-02-23 18:15:05 +01:00
giomfo
e0e92cea3d Console: Update public room display (sorted by the number of members, display the number of members). 2015-02-23 17:44:58 +01:00
giomfo
ddaa1c7310 Console: Rename "More" Tab as "Settings" Tab. 2015-02-20 15:48:08 +01:00
giomfo
366340d8a1 Console: Rename RageShakableTableViewController to MXCTableViewController, and RageShakableViewController to MXCViewController. 2015-02-12 14:57:24 +01:00
giomfo
b965561d3f Console: Improve Authentication screen to support multiple kinds of flow during login and registration. 2015-02-10 16:12:58 +01:00
giomfo
0a21728159 Console: Restore empty GCC_PREPROCESSOR_DEFINITIONS in Release config 2015-02-05 11:58:59 +01:00
giomfo
2782536f4f Console: rename LoginViewController to AuthenticationViewController 2015-02-05 11:43:06 +01:00
David Baker
8523246aea Hopefully actually fix git branch info 2015-02-04 23:16:11 +00:00
David Baker
db9d0b420f Fix GIT_BRANCH pulling-in. 2015-02-04 21:39:53 +00:00
giomfo
9f702c383f Console: Add Build information in Settings (Configuration section).
The displayed information are GIT_BRANCH and BUILD_NUMBER.
2015-02-04 18:18:38 +01:00
giomfo
a965f22ad0 Console: Display Event JSON on long press.
TODO: Enable the Redact button
2015-02-03 15:34:32 +01:00
ylecollen
b58f00f1ba Add rageskahe feature : when the user shakes his device > 1.5s, the client takes a screenshot and prepare an email to send to "rageshake@matrix.org".
Nothing is currently added to the body (to be done)
2015-02-02 16:43:47 +01:00
ylecollen
e359644716 The user country can now be set in the settings (it is already retrieved if there is a valid simcard)
The country is used to internationalize the phonenumbers (because they can defined 3PIDs)
2015-01-29 18:33:39 +01:00
David Baker
7c56d1eaf4 Merge branch 'develop' into apns 2015-01-28 15:29:04 +00:00
ylecollen
8b600f8abf Add ContactDetailsViewController : tapping on a contact thumbnail will open this new viewController if it contains some matrixIDs.
So, the user will be able to see
- thumbnail
- display name
- list of matrix IDs + start a chat with one of them.
2015-01-28 08:25:34 +01:00
giomfo
3bee31b1ad Console Settings: User can now link emails to his account from settings screen. 2015-01-27 17:24:55 +01:00
David Baker
3433350859 Merge branch 'develop' into apns
Conflicts:
	samples/matrixConsole/matrixConsole.xcodeproj/project.pbxproj
2015-01-27 10:35:56 +00:00
David Baker
70dc7038ec Merge branch 'develop' into apns
Conflicts:
	samples/matrixConsole/matrixConsole.xcodeproj/project.pbxproj
2015-01-26 17:35:42 +00:00
giomfo
2cc41818d4 Merge remote-tracking branch 'origin/develop' into with-contacts
Conflicts:
	samples/matrixConsole/matrixConsole.xcodeproj/project.pbxproj
	samples/matrixConsole/matrixConsole/AppDelegate.m
2015-01-23 15:53:39 +01:00
giomfo
43bd9f606c Rename MatrixHandler to MatrixSDKHandler 2015-01-23 15:36:05 +01:00
giomfo
d05faa25a0 Merge remote-tracking branch 'origin/develop' into with-contacts
Conflicts:
	samples/matrixConsole/matrixConsole.xcodeproj/project.pbxproj
2015-01-23 14:57:50 +01:00
giomfo
8cb294702c Move source files 2015-01-23 14:42:04 +01:00
giomfo
743ffa8909 Replace Console prefix with MXC 2015-01-23 14:22:02 +01:00
giomfo
9dd052748f Merge remote-tracking branch 'origin/develop' into with-contacts
Conflicts:
	samples/matrixConsole/matrixConsole.xcodeproj/project.pbxproj
2015-01-23 14:10:47 +01:00
giomfo
86d464a7f5 Renaming:
ConsoleTools -> MXCTools
ConsoleGrowingTextView -> MXCGrowingTextView
CustomImageView -> MXCImageView
CustomAlert -> MXCAlert
MemberActionsCell -> RoomMemberActionsCell
2015-01-23 13:46:27 +01:00
ylecollen
e515bf7578 -> use the new MXRestClient::lookup3pids method
The matrix IDs are retrieved in one time instead of getting them one by one

-> ConsoleEmail and ConsolePhoneNumber inherit of ConsoleContactField.
ConsoleContactField manages the matrix part (id + thumbnail download...)

-> the unknown room members are added into the contacts list.
Thus, it would easier to start a chat.
2015-01-22 12:01:12 +01:00
ylecollen
521c1bc6e4 Tap on a contact invite you to start a chat with 2015-01-20 18:40:55 +01:00
ylecollen
899603a193 -> Check if any contact contains a matrix email
-> display the Matrix icon at the right cell side.
2015-01-20 16:29:42 +01:00
ylecollen
b180d94182 Add a 4th sections : contacts
The contacts are displayed in a list.

There is no check if one of the field is a matrix identifier.
2015-01-20 13:33:01 +01:00
ylecollen
40fb4757ee Add addressBook framework 2015-01-19 17:34:10 +01:00
David Baker
4e2e6b2ded Add Localizable.strings with loc-keys for APNS. 2015-01-16 10:47:25 +00:00
ylecollen
b7aebbbf57 Missing project update 2015-01-15 16:23:00 +01:00
manuroe
fbb60ee651 Do not embed external codes in the project. CocoaPods is our friend for that. 2015-01-14 11:52:51 +01:00
ylecollen
0fa3130ee2 - Add an "External" folder to manage other open sources component
- GrowingTextView is the first component
2015-01-14 09:32:30 +01:00
giomfo
686000e9fc SYIOS-30 - iOS needs typing notifs like the web client
We highlight here the avatar of the user who's typing
2015-01-13 18:32:52 +01:00
giomfo
c664813838 MediaManager refactoring: handle upload with mediaLoader (remove UploadManager). 2015-01-12 18:07:39 +01:00
giomfo
05062121a0 Media Manager: refactoring (download video/image with a unique API) 2015-01-12 11:00:53 +01:00
ylecollen
1e870e48b6 Add the upload statistic 2015-01-09 09:54:31 +01:00
giomfo
93f2a343c1 Move MediaManager to /API dir 2015-01-08 21:29:31 +01:00
giomfo
c6b7f9d763 Media Manager refactoring: split the existing file in 2 parts: MediaManager/MediaLoader 2015-01-08 21:23:49 +01:00
ylecollen
f4557edd48 -> create a PieChartView to be reusable
-> add a Pie chart when a media is downloading to display the download progress.
2015-01-06 18:12:45 +01:00
ylecollen
2d3e54463b First implementation (incomplete) 2014-12-24 11:07:05 +01:00
giomfo
3833f20234 Update default configuration (see matrixConsole-Defaults.plist)
-hide unsupported/unexpected events
-sort room members by last seen time
2014-12-16 22:54:26 +01:00
giomfo
5a6a26af12 Room details: Improve members list icon 2014-12-15 17:41:40 +01:00
giomfo
64f274ac06 Room details: Display and Edit room topic 2014-12-15 16:54:31 +01:00
David Baker
218831b9f7 Merge branch 'master' into develop 2014-12-15 15:38:30 +00:00
giomfo
d780efc5c4 Prepare APNS registration 2014-12-12 10:49:15 +01:00
David Baker
3faa49021c set distribution code signing id to distribution 2014-12-10 17:15:13 +00:00
manuroe
e4de36cfa1 Merge remote-tracking branch 'origin/develop' 2014-12-09 14:24:47 +01:00
David Baker
4f580c8511 Share scheme 2014-12-09 13:17:17 +00:00