Commit Graph

13178 Commits

Author SHA1 Message Date
giomfo a61867f6d1 typo 2015-02-20 16:46:05 +01:00
giomfo c18e44d326 typo 2015-02-20 16:46:05 +01:00
giomfo ddaa1c7310 Console: Rename "More" Tab as "Settings" Tab. 2015-02-20 15:48:08 +01:00
giomfo 07dd0c87d4 Console: Rename "More" Tab as "Settings" Tab. 2015-02-20 15:48:08 +01:00
giomfo 30ea2b0d8d Console: rename "Hide redacted information" option with "Hide redactions".
+ Turn it ON by default.
2015-02-20 14:43:11 +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 26adba9017 Console: Setting page:
- Removed the access token
 - Renamed "Hide redations info" to "Hide redactions"
2015-02-20 13:42:56 +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 0bdd3b1671 Console: Feature SYIOS-88 - Rageshake needs to be less sensitive by x2 or so 2015-02-20 11:11:14 +01:00
giomfo 5bf7170d0b Console: Feature SYIOS-88 - Rageshake needs to be less sensitive by x2 or so 2015-02-20 11:11:14 +01:00
giomfo 20013db660 Console: Home - Improve text inputs completion. 2015-02-20 10:32:08 +01:00
giomfo 433cfd1bbf Console: Home - Improve text inputs completion. 2015-02-20 10:32:08 +01:00
giomfo 914bccca3e Console: Recents - Set blue the background cell for room with unread bing message(s). 2015-02-20 09:35:19 +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 0f93cbcd41 Console: APNS - SYIOS-75 - Jump to the concerned room only if the app is transitioning from the background 2015-02-19 18:23:24 +01:00
giomfo 3e8dee0af4 Console: APNS - SYIOS-75 - Jump to the concerned room only if the app is transitioning from the background 2015-02-19 18:23:24 +01:00
giomfo f10e1da97b Console: Update inApp Notification handling. 2015-02-19 18:10:15 +01:00
giomfo 0027765753 Console: Update inApp Notification handling. 2015-02-19 18:10:15 +01:00
giomfo 2499ad1773 Console: Fix uploaded image orientation. Now all uploaded image orientation is UP (attachments and avatar). 2015-02-19 16:58:17 +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 0bd5016fa4 Console: Room history - Fix App crashes on keyboard display. 2015-02-19 16:18:09 +01:00
giomfo 17893970ce Console: Room history - Fix App crashes on keyboard display. 2015-02-19 16:18:09 +01:00
giomfo fc878f0483 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 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 1992484b89 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 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 0524d1ac63 Console: Fix retain cycles 2015-02-19 10:46:00 +01:00
giomfo bfddcddadb Console: Fix retain cycles 2015-02-19 10:46:00 +01:00
giomfo c671072b5a Console: Typing notifcation - handle correctly network reachability error. 2015-02-18 18:29:32 +01:00
giomfo ae2bdff1ac Console: Typing notifcation - handle correctly network reachability error. 2015-02-18 18:29:32 +01:00
giomfo 275556ace1 Console: typo 2015-02-18 17:41:29 +01:00
giomfo 155d8458d6 Console: typo 2015-02-18 17:41:29 +01:00
giomfo e64df73e78 Console: BugFix SYIOS-80 - Errors when internet connection unavailable are way too intrusive. 2015-02-18 17:40:55 +01:00
giomfo 7a320bd262 Console: BugFix SYIOS-80 - Errors when internet connection unavailable are way too intrusive. 2015-02-18 17:40:55 +01:00
giomfo c0950f6b60 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 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
manuroe a4786087ab Added more log (including in app) to track app startup timing 2015-02-18 09:16:59 +01:00
manuroe f308f5bbb7 Added more log (including in app) to track app startup timing 2015-02-18 09:16:59 +01:00
giomfo de60a24fd2 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
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 736e2fe4e4 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
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