Commit Graph

183 Commits

Author SHA1 Message Date
manuroe 91bdedf85f Merge pull request #1277 from vector-im/locales_in_bug_report
Bug report: add "locale", the device language and "app_language", the…
2017-06-09 14:54:00 +02:00
manuroe ba43b03faf Bug report: add "locale", the device language and "app_language", the lang used within the app 2017-06-09 12:11:18 +02:00
manuroe 728082c663 Fix crash in global search (https://github.com/matrix-org/riot-ios-rageshakes/issues/32)
I was able to reproduce the bug by using bad network conditioner.
2017-06-09 12:09:20 +02:00
giomfo 713a702080 Merge pull request #1272 from vector-im/read_marker
RoomViewController:  The unread messages label is displayed whereas t…
2017-06-09 09:45:59 +02:00
Giom Foret 6e4fbff5ae Read marker:
- Initialize the read marker if it does not exist yet, except for the room preview.
- Disable the events acknowledgement in case of room preview.
2017-06-09 09:40:22 +02:00
Giom Foret ac3d0e0680 RoomViewController: The unread messages label is displayed whereas the bubbles table is not visible yet 2017-06-08 16:27:19 +02:00
giomfo ab30755ea3 Merge pull request #1267 from vector-im/read_marker
Read Marker: Center the bubbles table content on the bottom of the re…
2017-06-08 15:12:33 +02:00
Giom Foret 3ad94887f8 Read Marker: Center the bubbles table content on the bottom of the read marker event
in order to display correctly the read marker view.
2017-06-08 12:29:23 +02:00
manuroe c59f53489b Merge pull request #1266 from vector-im/move_loading_wheel_with_keyboard
RoomVC: Make the activity indicator follow the keyboard
2017-06-08 11:26:44 +02:00
manuroe eabc946514 RoomVC: Make the activity indicator follow the keyboard
This avoids that the indicator view hides the text input.
2017-06-08 10:52:03 +02:00
Giom Foret 33a4897ef1 Initialise the read marker if it does not exist yet.
Set it to the current read receipt position by default
2017-06-08 10:30:29 +02:00
manuroe 37cbeb31dc Merge pull request #1258 from vector-im/contact_permission
Contact permission
2017-06-08 09:28:15 +02:00
manuroe a16f2046b6 Contact access permission: Ask permission on [ContactsTableViewController viewWillAppear] 2017-06-08 08:47:09 +02:00
manuroe 217a8f9703 Merge pull request #1259 from vector-im/make-plus-the-same
Make the plus button open the same menu in all tabs
2017-06-08 08:39:20 +02:00
manuroe 6d5f71e206 Merge pull request #1260 from vector-im/no-badge-on-home-tab-button
No notif badge on home tab button
2017-06-08 08:39:06 +02:00
manuroe a3d76eeb20 HomeVC: Automatically scrollback to the left every time the screen is displayed 2017-06-07 17:52:12 +02:00
manuroe 758e5b5c1c No notif badge on home tab button 2017-06-07 17:35:02 +02:00
manuroe 60a12f16f4 Make the plus button open the same menu in all tabs 2017-06-07 17:24:51 +02:00
manuroe b78378e7bc Contact access permission: make it work again.
Ask the permission when the user displays the people tab.
2017-06-07 14:28:52 +02:00
Giom Foret ee7afa86f2 Chat room read marker:
- Do not launch the read marker animation if the marker is outside the visible area.
2017-06-07 13:07:44 +02:00
manuroe 102e65abed Fix Crash in MediaPickerViewController (https://github.com/vector-im/riot-ios/issues/1252)
Release objects on the same thread they have been created. This avoids race conditions on retry.
2017-06-06 16:17:13 +02:00
manuroe e01741a5f6 Fix compilation errors due to forward declarations set in .h 2017-06-06 14:30:36 +02:00
giomfo ac1e625bbc Merge pull request #1251 from vector-im/riot_meta_8
Riot meta 8
2017-06-06 14:11:38 +02:00
Giom Foret 549fe4d77c Read markers should be synchronised across clients
- move the check on read marker visibility in viewDidAppear method

vector-im/riot-meta#8
2017-06-06 13:31:58 +02:00
Giom Foret 61a087c7cb Read markers should be synchronised across clients
- Support jump to the last unread message.

vector-im/riot-meta#8
2017-06-06 10:53:17 +02:00
giomfo 4b9650b09e Merge pull request #1231 from vector-im/riot_1207
Bug Fix: iOS should have 'Send a message (encrypted)' in placeholder

Available only for the iPads, and the iPhones with a large screen (>= 4p7Inch)
2017-06-06 10:10:26 +02:00
Giom Foret c2b62a3ea4 Read markers should be synchronised across clients
- Fix some layout issues on the `jump to the last unread message` banner.
- TODO: Support jump to the last unread message.

vector-im/riot-meta#8
2017-06-02 10:50:12 +02:00
Giom Foret 1c31664046 Read markers should be synchronised across clients
- Handle read marker display
- TODO: Support jump to the last unread message.

vector-im/riot-meta#8
2017-06-01 17:20:08 +02:00
Giom Foret d9ed2e2f9b Improve tab filter
The search input view should appear like in the email client, stuck to the top of the table.
#1194
2017-05-23 21:15:38 +02:00
Giom Foret e75376221c Bug Fix: App crashes on people screen
when user swipes down on the first section header.
2017-05-22 11:12:52 +02:00
Giom Foret 4e48cfa86c Bug Fix: App crashes while the user switches the selected tab
#1233
2017-05-19 17:22:26 +02:00
Giom Foret 84f2845c04 Bug fix - Home: It's possible to have 2 filter bar
#1194
2017-05-19 15:07:21 +02:00
Giom Foret b34797525c Bug Fix: iOS should have 'Send a message (encrypted)' in placeholder
#1207
2017-05-19 14:46:30 +02:00
Giom Foret 356ee22afc Bug Fix: Second search bar in global search view
#1229
2017-05-19 09:34:28 +02:00
Giom Foret 7a1b398e6a UX Rework: Update (+) button shadow 2017-05-15 19:30:09 +02:00
Giom Foret 5eaa1484f5 Improve tab filter
- Revert the change on the filter handling when the sticky headers are enabled (this change introduced flickering)
 #1194
2017-05-13 01:15:30 +02:00
Giom Foret 1c4fa177de UX Rework: Add home page
- Improve filter handling
- Fix empty people section

https://github.com/vector-im/riot-meta/issues/75
2017-05-12 17:39:05 +02:00
Giom Foret e215149cb1 Bug Fix: Improve tab filter
-The search input view should appear like in the email client, stuck to the top of the table.
#1194
2017-05-12 12:38:57 +02:00
Giom Foret 19d0ef1e7e UX Rework - Add home page:
Scroll to the top the section when the user taps on section header.

https://github.com/vector-im/riot-meta/issues/75
2017-05-12 12:18:29 +02:00
Giom Foret 83e1ef6aa7 Elements in riot-ios UX rework who need accessibility ids for automation purpose
https://github.com/vector-im/riot-automated-tests/issues/11
2017-05-11 15:51:12 +02:00
Giom Foret ea633d59ff UX rework - Favourites screen: Support drag&drop to order them.
https://github.com/vector-im/riot-meta/issues/56
2017-05-11 14:37:25 +02:00
Giom Foret 11af553b3b Improve (+) button display: Add button shadow
#1195
2017-05-11 14:35:37 +02:00
Giom Foret 0fddd8be3b UX Rework: Add home page
- Add people section
- Order favourites according to their activities

https://github.com/vector-im/riot-meta/issues/75
2017-05-11 11:51:42 +02:00
Giom Foret 1d4c6281bd UX Rework: Apply a different colour scheme on each application tab.
https://github.com/vector-im/riot-meta/issues/72
2017-05-11 10:22:18 +02:00
manuroe cb41d13a79 Bug report: Add user id & device id 2017-05-09 10:52:07 +02:00
Giom Foret 3181429c81 Remove warnings and useless methods 2017-05-09 10:03:55 +02:00
Giom Foret af64948454 Home Tab:
- Handle tap on section header to scroll to the beginning of the rooms collection
- Remove the fading effect behind the (+) button (TODO: add a shadow at the bottom of the button).
2017-05-05 17:08:44 +02:00
Giom Foret 1dfff91c29 Prepare UX Rework:
- Add Home tab
2017-05-05 15:30:35 +02:00
manuroe 1a57b86d88 Bug report: Delegate GH labels to app 2017-05-05 11:44:55 +02:00
manuroe 95d736eccb Bug report: Add option to send screenshot 2017-05-05 11:28:29 +02:00