Commit Graph

139 Commits

Author SHA1 Message Date
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
giomfo 6a5af0ecc8 Merge pull request #1203 from vector-im/fix_crash_on_tab_switch
Bug Fix: App may crash when the user changes the selected tab,
2017-05-04 09:40:02 +02:00
Giom Foret ef69b97e71 Bug Fix: App may crash when the user changes the selected tab,
whereas a room is selected.
2017-05-03 18:51:09 +02:00
Giom Foret ea6e93e984 Improve tab filter: Implement the default iOS semantic.
#1194
2017-05-03 18:25:39 +02:00
manuroe 7316c78494 Merge pull request #1200 from vector-im/detail-directory-picker-cell
Add explanations to Matrix cells in the directory picker
2017-05-03 18:01:27 +02:00
manuroe d71e58b107 Bug report: Shrink the popup height in portrait for devices with screen bigger than iphone 5.
The Cancel and Send buttons will be thus displayed
2017-05-03 17:08:21 +02:00
manuroe c322c92573 Directory server list: Add detail text for homeserver selection 2017-05-03 11:16:44 +02:00
manuroe e89b8f62b3 Directory server list: Add detail text for homeserver selection 2017-05-03 09:31:10 +02:00
manuroe f33a3e3e2b Home "+" button: Add "Join room" option 2017-05-02 15:59:58 +02:00
manuroe f4a7704983 Home "+" button: Add "Join room" option
https://github.com/vector-im/riot-meta/issues/65
2017-05-02 15:54:50 +02:00
manuroe a6a116e7e2 Public rooms: Fix the infinite loading of the public rooms list after login out & in 2017-05-02 10:45:59 +02:00
giomfo 8121b26fbe Merge pull request #1189 from vector-im/bug-report
Add a new popup dialog for reporting bugs and crashes
2017-04-28 16:37:59 +02:00
Giom Foret af33dc16b9 Prepare UX rework:
- Hide the home tab which is not available FTM
2017-04-28 16:11:00 +02:00
manuroe 7ee9e2ee42 Bug report: Use the production API endpoint (defined in plist) 2017-04-28 15:07:02 +02:00
manuroe a918c67d33 Bug report: Support crash report 2017-04-28 14:37:29 +02:00
Giom Foret d47730b62c Prepare UX rework:
- Handle the missed conversation badges for each tabBar icon.
2017-04-28 14:06:58 +02:00
manuroe 117c53ed22 Bug report: Painful refactor of the xib to put the popup into a scrollview so that we can dismiss the keyboard by dragging it 2017-04-28 10:27:21 +02:00
Giom Foret fa128cf2be Bug Fix - Chevron to exit roomview after clicking through from search results can disappear
#841
2017-04-28 10:26:27 +02:00
giomfo 25bd2a2367 Merge pull request #1183 from vector-im/hide_tabbar_on_logout
Prepare UX rework:
2017-04-27 16:58:26 +02:00
Giom Foret 0879e478ad Prepare UX rework:
- Show the tab bar view controller content only when a user is logged in.
2017-04-27 12:37:29 +02:00
manuroe 397d00dfbe Bug report: Make rageshake use it 2017-04-27 12:30:04 +02:00
Giom Foret 5b203cfd79 Prepare UX rework:
- Improve sticky headers: handle swipe down gesture
2017-04-27 12:06:13 +02:00
manuroe b75abb3859 Settings: Enable ticking on "Send logs" and "Send screenshot" 2017-04-27 12:01:00 +02:00
manuroe 827d129cea Settings: Add a submit progress view 2017-04-27 11:18:15 +02:00
manuroe d995432eec Settings: Add a "Report bug" item 2017-04-27 10:47:19 +02:00
manuroe a9f0727966 Bug report: i18n 2017-04-27 10:46:30 +02:00
manuroe 61d501b49e Bug report: do the bug report 2017-04-27 10:37:39 +02:00
manuroe 822d0b2ce2 Bug report: add more IBOutlets 2017-04-27 10:22:34 +02:00
manuroe de742a6b60 Bug report: limit popup width 2017-04-27 09:37:07 +02:00
manuroe e2fea0ff2f Bug report: Create a dedicated pop-up VC 2017-04-27 09:03:17 +02:00
giomfo eabcec4455 Merge pull request #1180 from vector-im/empty_sections
Prepare UX rework:
2017-04-26 11:55:27 +02:00
Giom Foret 0be386e14c Prepare UX rework:
- Display informative cell in empty sections
2017-04-26 11:10:44 +02:00
Giom Foret 002ff75e85 Merge branch 'ux_rework' into sticky_headers 2017-04-25 15:11:38 +02:00
Giom Foret ab8e83a914 Prepare UX rework:
- Fix flickering observed on sticky headers when the full table content is displayed
2017-04-25 14:57:55 +02:00
Giom Foret aa2afaea57 Bug Fix - People Tab: The contacts list display is wrong in case of logout/login 2017-04-25 10:46:16 +02:00
manuroe b9dfa8184f UX rework: Fix crash. Do not try to go to a section when clicking on its sticky header if this section is empty 2017-04-24 17:38:21 +02:00
manuroe 8d9455fb27 Directory server list: Let user enter random homeserver 2017-04-24 16:31:27 +02:00
manuroe 5b254f49c0 Merge pull request #1174 from vector-im/list-user-hs-directories
List user hs directories
2017-04-24 15:21:28 +02:00
manuroe 7fec64798a Directory server list: Add roomDirectoryServers to Riot-Defaults.plist to always list matrix.org in the list even if the user is connected to another HS 2017-04-24 09:39:49 +02:00
manuroe 56df43e2c4 Directory server list: After directory change, make the directory section appear full-page 2017-04-24 09:06:42 +02:00
manuroe 0e9ac8fa07 UX rework: Get more control on public room pagination 2017-04-21 17:58:14 +02:00
manuroe 6eb6882d69 Directory server list: List user's HS directories too
List the rooms of the selected HS
2017-04-21 16:35:27 +02:00
Giom Foret 3475139d59 Prepare UX rework:
- Add the filter in each screen.
2017-04-21 14:26:42 +02:00
manuroe 9a383d3a68 Merge pull request #1172 from vector-im/ux_rework_directory_picker
Ux rework: Modify the directory section header
2017-04-21 10:00:54 +02:00
manuroe e493adac05 UX rework: Make the UI of the directory section header
Update after PR review
2017-04-21 10:00:01 +02:00