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
21de5f2800
Console: Support attached images without width and height info.
2015-02-17 11:59:23 +01:00
giomfo
c250b61e97
Console: Support attached images without width and height info.
2015-02-17 11:59:23 +01:00
giomfo
a536eeb2f7
Console: BugFix regression: App crashes on iOS 7 when user selects Back on room member's details screen.
2015-02-17 10:38:12 +01:00
giomfo
ba3f315ca8
Console: BugFix regression: App crashes on iOS 7 when user selects Back on room member's details screen.
2015-02-17 10:38:12 +01:00
giomfo
1501a0d764
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
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
90cd74f9b1
Console: BugFix - Room history does not scroll correctly when the user types multiline text input.
2015-02-16 16:20: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
041ede9ab0
Console: BugFix SYIOS-79 - Partial text input should be remembered per-room
2015-02-16 10:37:17 +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
089c843202
Console: Improve UI enlarge action buttons in member details view.
2015-02-13 17:20:06 +01:00
giomfo
9d831d8db7
Console: Improve UI enlarge action buttons in member details view.
2015-02-13 17:20:06 +01:00
giomfo
a93bd79256
Console: Prepare Bugfix SYIOS-75 - Tapping on APNS needs to take you to the right room.
...
Open the right room by considering the key "room_id", which should be provided in remote notification dictionary.
2015-02-13 16:16:27 +01:00
giomfo
c6d514a29d
Console: Prepare Bugfix SYIOS-75 - Tapping on APNS needs to take you to the right room.
...
Open the right room by considering the key "room_id", which should be provided in remote notification dictionary.
2015-02-13 16:16:27 +01:00
giomfo
4197e4ebca
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
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
2ba3d11d74
Console: BugFix SYIOS-71 - Current room should be highlighted in landscape mode
2015-02-13 14:07:03 +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
eac26b0af6
Console: BugFix - SYIOS-73 - Text area input font should match that used in bubbles.
2015-02-12 17:07:24 +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
110cb928d8
Console: BugFix SYIOS-76 - The 'Send' button hit area is too small and easy to miss.
2015-02-12 16:54:05 +01:00
giomfo
7c719cc07b
Console: BugFix SYIOS-76 - The 'Send' button hit area is too small and easy to miss.
2015-02-12 16:54:05 +01:00
giomfo
366340d8a1
Console: Rename RageShakableTableViewController to MXCTableViewController, and RageShakableViewController to MXCViewController.
2015-02-12 14:57:24 +01:00
giomfo
642804ba0e
Console: Rename RageShakableTableViewController to MXCTableViewController, and RageShakableViewController to MXCViewController.
2015-02-12 14:57:24 +01:00
giomfo
f5c1aa40e6
Console: Settings - Add identity server url in Configuration section.
2015-02-12 14:41:06 +01:00
giomfo
c183135fcf
Console: Settings - Add identity server url in Configuration section.
2015-02-12 14:41:06 +01:00
giomfo
b810d71c89
Console: BugFix in Settings - Restore correctly user's display name after cache clearing.
2015-02-12 14:39:08 +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
23f80689ff
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
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
e5f6fe1014
Console: Enlarge "Send" and "Join" Buttons
2015-02-12 11:39:28 +01:00
giomfo
3cd744a0b9
Console: Enlarge "Send" and "Join" Buttons
2015-02-12 11:39:28 +01:00
giomfo
b8e12242a8
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
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
b965561d3f
Console: Improve Authentication screen to support multiple kinds of flow during login and registration.
2015-02-10 16:12:58 +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
manuroe
da4a56b62b
SYIOS-62 - MXSession: The 2 initial steps (MXStore loading and events stream resume) should be performed separately
...
Update Console to use the 2 new methods to load MXStore cache and to sync with HS separately
2015-02-09 15:20:51 +01:00
manuroe
204267f4f3
SYIOS-62 - MXSession: The 2 initial steps (MXStore loading and events stream resume) should be performed separately
...
Update Console to use the 2 new methods to load MXStore cache and to sync with HS separately
2015-02-09 15:20:51 +01:00
manuroe
0da9fa87ce
Update to v0.2.2
2015-02-05 17:01:57 +01:00
manuroe
ed8d67e682
Update to v0.2.2
2015-02-05 17:01:57 +01:00
manuroe
48f539aeba
Update to v0.2.2
2015-02-05 16:49:32 +01:00
manuroe
d4d3c4c49a
Update to v0.2.2
2015-02-05 16:49:32 +01:00
giomfo
0a21728159
Console: Restore empty GCC_PREPROCESSOR_DEFINITIONS in Release config
2015-02-05 11:58:59 +01:00
giomfo
93af42a5e2
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
giomfo
5b880ad923
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
2f281a91a3
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