Commit graph

266 commits

Author SHA1 Message Date
giomfo
222904c329 Console: Add logs (matrixSDKHandler status). 2015-02-24 14:25:53 +01:00
giomfo
71ce09421f Console: Add tag in each log. 2015-02-24 13:49:05 +01:00
giomfo
279ac4360f Console: Improve registration fallback handling. 2015-02-24 12:14:09 +01:00
giomfo
b8df22f681 Console: Add UI to handle registration fallback page. 2015-02-24 10:07:50 +01:00
giomfo
f897384ed5 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
4a06df9a14 Console: Chat room - Hide back button on Room members display. 2015-02-23 15:47:24 +01:00
giomfo
a6217acc31 Console: Fix Buttons esthetics 2015-02-23 10:49:01 +01:00
giomfo
199c68021b Console: rename "Hide redacted information" option with "Hide redactions".
+ Turn it ON by default.
2015-02-20 14:43:11 +01:00
manuroe
1add29c9d0 Console: Setting page:
- Removed the access token
 - Renamed "Hide redations info" to "Hide redactions"
2015-02-20 13:42:56 +01:00
giomfo
433cfd1bbf Console: Home - Improve text inputs completion. 2015-02-20 10:32:08 +01:00
giomfo
80b9d9218b Console: Recents - Set blue the background cell for room with unread bing message(s). 2015-02-20 09:35:19 +01:00
giomfo
0027765753 Console: Update inApp Notification handling. 2015-02-19 18:10:15 +01:00
giomfo
2f011a2b11 Console: Fix uploaded image orientation. Now all uploaded image orientation is UP (attachments and avatar). 2015-02-19 16:58:17 +01:00
giomfo
17893970ce Console: Room history - Fix App crashes on keyboard display. 2015-02-19 16:18:09 +01:00
giomfo
929ad13389 Console: In case of long press on failed event, we prompt now user to resent it instead of display its details. 2015-02-19 13:08:43 +01:00
giomfo
2da29cdb74 Console: Authentication - Registration is not currently supported by the app. Add a button to create account on Matrix.org (Web page). 2015-02-19 11:55:50 +01:00
giomfo
bfddcddadb Console: Fix retain cycles 2015-02-19 10:46:00 +01:00
giomfo
ae2bdff1ac Console: Typing notifcation - handle correctly network reachability error. 2015-02-18 18:29:32 +01:00
giomfo
9b91742ed9 Console: BugFix SYIOS-83 - When uploading an image, the bubble order jumps around
Keep our own timestamp clientside and ignore what the server says for uploaded attachments. The actual timestamp is considered in case of room history refresh.
2015-02-18 17:06:53 +01:00
giomfo
d8c70d78f1 Console: BugFix - Handle correcly left swipe on Room ViewController (Previously the selected room was removed at the beginning of left swipe). 2015-02-17 16:29:52 +01:00
manuroe
4645406052 SYIOS-40: Any HTTP request can fail due to rate-limiting on the server, and need to be retried.
SDK: Introduced MXHTTPOperation. It replaces NSOperation objects returned by all MXRestClient methods. MXHTTPOperation will help to manage request retries.
2015-02-17 12:00:34 +01:00
giomfo
c67779533b Console: BugFix - Room history did not scroll correctly in case of simultaneous messages (incoming vs outgoing). 2015-02-17 10:01:55 +01:00
giomfo
3858abd7e0 Console: BugFix - Room history does not scroll correctly when the user types multiline text input. 2015-02-16 16:20:55 +01:00
giomfo
d846f393bb Console: BugFix SYIOS-79 - Partial text input should be remembered per-room 2015-02-16 10:37:17 +01:00
giomfo
06bc9e4866 Console: BugFix - "Start chat with one of my contact opened an existing one to one room with this contact, but the contact had left the room".
--> We check now member's status before reusing existing room.
2015-02-13 15:16:30 +01:00
giomfo
cfc3627434 Console: BugFix SYIOS-71 - Current room should be highlighted in landscape mode 2015-02-13 14:07:03 +01:00
giomfo
ab6f783719 Console: BugFix - SYIOS-73 - Text area input font should match that used in bubbles. 2015-02-12 17:07:24 +01:00
giomfo
642804ba0e Console: Rename RageShakableTableViewController to MXCTableViewController, and RageShakableViewController to MXCViewController. 2015-02-12 14:57:24 +01:00
giomfo
c183135fcf Console: Settings - Add identity server url in Configuration section. 2015-02-12 14:41:06 +01:00
giomfo
daa90ca05c Console: BugFix in Settings - Restore correctly user's display name after cache clearing. 2015-02-12 14:39:08 +01:00
giomfo
8b9e4ea4b2 Console: BugFix - On iPhone 6+ (landscape mode), keep open the selected room when user changes application tabs. 2015-02-12 13:35:07 +01:00
giomfo
4b76c6b24d Console: Improve offline mode:
- remove loading wheel when network is unreachable.
- color in red the navigation bar when the app is offline.

Buf Fix SYIOS- 66 - Console: last outgoing message is stuck as local echo whereas the message has been delivered.
2015-02-12 11:16:28 +01:00
giomfo
75e1a606ac Console: Improve Authentication screen to support multiple kinds of flow during login and registration. 2015-02-10 16:12:58 +01:00
giomfo
5b880ad923 Console: rename LoginViewController to AuthenticationViewController 2015-02-05 11:43:06 +01:00
giomfo
00f47680a9 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
d29245ce32 Console - Settings: Fix an issue observed on Settings table update (Configuration cell was missing). 2015-02-04 11:06:56 +01:00
giomfo
d14eadf929 Console - Settings: Handle correctly failure during APNS token submission. 2015-02-04 10:19:08 +01:00
manuroe
54a96b6c83 MXEvent: Implement setType in order to compute the eventType
Console: Fixed compilation
2015-02-03 18:09:03 +01:00
giomfo
079e4f674d Console - Display Event JSON: Fix issue during long press location handling. 2015-02-03 15:54:19 +01:00
giomfo
68081a0eda Console: Display Event JSON on long press.
TODO: Enable the Redact button
2015-02-03 15:34:32 +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
dbfe926470 Console: Fix issue on landscape display during search in public rooms. 2015-02-02 14:52:29 +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
a01630ce9a Console - RoomMember picture: Keep in front typingBadge. 2015-01-30 19:14:59 +01:00
giomfo
b31c935c7a Console: remove compilation warnings 2015-01-30 19:06:36 +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
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
6868f7383f Make the push notifications switch work. Also document the API call. 2015-01-29 17:06:37 +00:00
ylecollen
7cf4b23092 viewing a room reenables its push notifications 2015-01-29 11:32:15 +01:00
giomfo
1159a3e2b1 Console: Handle redacted events in room history.
TODO: support m.room.redaction events.
2015-01-28 18:39:23 +01:00