Commit Graph

10267 Commits

Author SHA1 Message Date
David Baker a2c7049398 s/instance_handle/profile_tag/ 2015-02-03 16:30:00 +00:00
manuroe 4a27e21d18 Console: Removed HPGrowingTextView source code from our repository as we use CocoaPods 2015-02-03 17:26:12 +01:00
manuroe 324cbe97d9 Console: Removed HPGrowingTextView source code from our repository as we use CocoaPods 2015-02-03 17:26:12 +01:00
David Baker f44f5ab882 Don't send platform in data dict: just use a different app_id. 2015-02-03 15:16:13 +00:00
David Baker 94cb1de4a7 Don't send platform in data dict: just use a different app_id. 2015-02-03 15:16:13 +00:00
giomfo 97c2d5fb75 Console - Display Event JSON: Fix issue during long press location handling. 2015-02-03 15:54:19 +01:00
giomfo 079e4f674d Console - Display Event JSON: Fix issue during long press location handling. 2015-02-03 15:54:19 +01:00
giomfo a965f22ad0 Console: Display Event JSON on long press.
TODO: Enable the Redact button
2015-02-03 15:34:32 +01:00
giomfo 68081a0eda Console: Display Event JSON on long press.
TODO: Enable the Redact button
2015-02-03 15:34:32 +01:00
manuroe 12b76867f2 Rollback: Removed MXContactManager component from the SDK.
Fixed Console code that started to use it.
2015-02-03 15:10:32 +01:00
manuroe 38c2124d74 Rollback: Removed MXContactManager component from the SDK.
Fixed Console code that started to use it.
2015-02-03 15:10:32 +01:00
manuroe 68b8985d4e Fixed warning found by xCode Analyze 2015-02-03 13:36:32 +01:00
manuroe 809d826f0f Fixed warning found by xCode Analyze 2015-02-03 13:36:32 +01:00
ylecollen fe376c0ba8 -> Reduce the rageshake timeout
-> apply screen scale to the screenshot (avoid having ugly ones on iphone 6+)
2015-02-02 17:24:51 +01:00
ylecollen 363a0bbd25 -> Reduce the rageshake timeout
-> apply screen scale to the screenshot (avoid having ugly ones on iphone 6+)
2015-02-02 17:24:51 +01:00
ylecollen 80302f06e3 Add useful info in the bug report body. 2015-02-02 17:05:22 +01:00
ylecollen e3fb0017b9 Add useful info in the bug report body. 2015-02-02 17:05:22 +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 6cbda9bad1 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
giomfo 921578a83a Console: Fix issue on landscape display during search in public rooms. 2015-02-02 14:52:29 +01:00
giomfo dbfe926470 Console: Fix issue on landscape display during search in public rooms. 2015-02-02 14:52:29 +01:00
giomfo ae790960f1 BugFix SYIOS-16 Add option in Console to join room thanks to its alias 2015-02-02 13:42:58 +01:00
giomfo 1b0660d176 BugFix SYIOS-16 Add option in Console to join room thanks to its alias 2015-02-02 13:42:58 +01:00
giomfo 0e4dffbf47 Console - RoomMember picture: Keep in front typingBadge. 2015-01-30 19:14:59 +01:00
giomfo a01630ce9a Console - RoomMember picture: Keep in front typingBadge. 2015-01-30 19:14:59 +01:00
giomfo a374f535b0 Console: remove compilation warnings 2015-01-30 19:06:36 +01:00
giomfo b31c935c7a Console: remove compilation warnings 2015-01-30 19:06:36 +01:00
giomfo 6b7b381cc9 Console: support m.room.redaction event in live event stream.
TODO: add the option to redact event from iOS console.
2015-01-30 18:47:43 +01:00
giomfo f4187bf6d6 Console: support m.room.redaction event in live event stream.
TODO: add the option to redact event from iOS console.
2015-01-30 18:47:43 +01:00
David Baker fa086b0891 Action message strings. 2015-01-30 13:23:52 +00:00
David Baker 614b5bb7c8 Action message strings. 2015-01-30 13:23:52 +00:00
giomfo 3538692f6f Console - Push Notif support: add UIBackgroundModes key in Info.plist with remote-notification value. 2015-01-30 09:48:33 +01:00
giomfo ace7198c1f Console - Push Notif support: add UIBackgroundModes key in Info.plist with remote-notification value. 2015-01-30 09:48:33 +01:00
ylecollen 3783d8c23e Clear the notifications counter when the application is launched/debackgrounded 2015-01-30 09:05:15 +01:00
ylecollen 52479ede3b Clear the notifications counter when the application is launched/debackgrounded 2015-01-30 09:05:15 +01:00
David Baker 13e3ce5a99 Add strings for messages where we have the content to display. 2015-01-29 19:00:53 +00:00
David Baker 994a9770b3 Add strings for messages where we have the content to display. 2015-01-29 19:00:53 +00: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
ylecollen 129f592ed4 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 7512cafa3b Make the push notifications switch work. Also document the API call. 2015-01-29 17:06:37 +00:00
David Baker 6868f7383f Make the push notifications switch work. Also document the API call. 2015-01-29 17:06:37 +00:00
ylecollen ba13533e8d Remove the "cancel" notification warning 2015-01-29 17:07:11 +01:00
ylecollen a7a8d29f71 Remove the "cancel" notification warning 2015-01-29 17:07:11 +01:00
David Baker 6342c80ba5 IPA build script and script to check what it's built looks vaguely sane. 2015-01-29 15:15:46 +00:00
David Baker 06e9496f11 IPA build script and script to check what it's built looks vaguely sane. 2015-01-29 15:15:46 +00:00
ylecollen 441770c136 -> Add libphonenumber in pod file (pod update is required)
-> the phonenumbers are canonicalized with the default country Code (extracted from the SIM card)
A setting will be added to replaced/defined it.
The phonenumbers are also 3PID so the international format is unique.
2015-01-29 13:40:38 +01:00
ylecollen 359e32c626 -> Add libphonenumber in pod file (pod update is required)
-> the phonenumbers are canonicalized with the default country Code (extracted from the SIM card)
A setting will be added to replaced/defined it.
The phonenumbers are also 3PID so the international format is unique.
2015-01-29 13:40:38 +01:00
ylecollen 7c8de14202 viewing a room reenables its push notifications 2015-01-29 11:32:15 +01:00
ylecollen 7cf4b23092 viewing a room reenables its push notifications 2015-01-29 11:32:15 +01:00
ylecollen c54b1fbaeb Add an alert to be sure that the user will understand why there is no more alert from incoming message. 2015-01-29 11:19:11 +01:00