Commit Graph

717 Commits

Author SHA1 Message Date
manuroe 6e495ad441 Server Quota Notices: Implement the blue banner
Closes #1937
2018-10-02 15:30:00 +02:00
manuroe 35733ccd75 Make code use the "Empty room" i18n string from MatrixKit 2018-09-20 11:05:46 +02:00
manuroe 6513198d28 Room names: Matrix has now room summaries that define how to compute names
Let MatrixSDK and MatrixKit do it for us
2018-09-20 10:48:01 +02:00
manuroe 9c33f977c8 Recents: Recognise server notices room(s) and put them in the dedicated section
https://github.com/vector-im/riot-ios/issues/1937
2018-08-23 16:50:14 +02:00
manuroe 760ad6a9f0 RoomVC: Show a "Resource Limit Exceeded" banner if it happens in a /sync response
#1937
2018-08-21 18:25:56 +02:00
manuroe edeabd3f29 BF: Empty app if initial /sync fails
#1975
2018-08-13 17:14:32 +02:00
manuroe 7efb6d6b84 Chat screen: Add "view decrypted source" option on the selected event
#1642
2018-08-08 16:14:56 +02:00
manuroe d7df37f8ea Merge remote-tracking branch 'origin/develop' into lazy_loading
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/Room/RoomViewController.m
2018-08-07 18:06:58 +02:00
SBiOSoftWhare 873a0ec9a4 Update room predecessor strings in Vector.strings 2018-08-07 16:50:04 +02:00
manuroe 34d5caa5fc Lazy-loading server side: Add "Settings > LABS > Lazy load rooms members" option 2018-08-02 16:29:50 +02:00
SBiOSoftWhare cbe55927da Add room create predecessor related localizable strings 2018-07-27 18:42:32 +02:00
SBiOSoftWhare 1f70cd9a43 Add room replacement related strings in Vector.strings 2018-07-27 11:34:23 +02:00
SBiOSoftWhare dedc781aa3 Add english string localizations for room message send reply 2018-07-24 16:53:06 +02:00
SBiOSoftWhare 48629c70e6 Add english string localizations for room message send reply 2018-07-23 16:49:45 +02:00
manuroe 8e8f9a90de RoomVC: Update re-request dialog message 2018-06-14 10:21:45 +02:00
manuroe a7b4ffcddd RoomVC: Add a re-request keys button on message unable to decrypt
Update string
2018-06-12 16:35:12 +02:00
manuroe 9417a0f366 RoomVC: Add a re-request keys button on message unable to decrypt
The flow has changed a bit.

#1879
2018-06-12 16:28:26 +02:00
manuroe afe08e7114 RoomVC: Add a re-request keys button on message unable to decrypt
#1879
2018-06-08 17:21:52 +02:00
SBiOSoftWhare aeaf8ce9f9 Merge pull request #1881 from vector-im/riot_1870
Settings: Add deactivate account
2018-05-31 17:11:38 +02:00
manuroe 9dc3293fce Merge remote-tracking branch 'origin/develop' into riot_1860_2
# Conflicts:
#	Riot/Utils/Widgets/WidgetManager.m
2018-05-29 16:10:53 +02:00
SBiOSoftWhare f255c67e12 Add deactivate account english string localizations 2018-05-28 14:51:51 +02:00
manuroe 0c671f2ea1 Send sticker: UI integration: RoomInputToolbar: Let user choose between "Send photo or video" and "Send sticker"
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 14:35:38 +02:00
SBiOSoftWhare 1437d28146 Add GDPR english localizations to Vector.strings 2018-05-23 16:56:52 +02:00
Arash Tabrizian 4daf143f5a Unused localization strings removed 2018-03-30 13:58:02 +04:30
Arash Tabrizian 95600b95cf fixes issue #1816 support specifying kick and ban msgs 2018-03-28 17:41:47 +04:30
manuroe 939997fb54 Matrix Apps: Enable them by default. Remove the settings from LABS section (#1795) 2018-03-08 15:39:59 +01:00
manuroe 295b00374d Room: Inform user when they cannot post to a room because of low power level
Use DisabledRoomInputToolbarView for such permission issue
2018-02-21 16:10:38 +01:00
giomfo 732526c0b4 Bug Fix: flair labels are a bit confusing
#1772
2018-02-13 23:00:11 +01:00
giomfo 26b7648c42 Merge pull request #1740 from vector-im/settings_community_publicity
App Settings - Communities: Let the user update the publicity for eac…
2018-01-22 15:43:54 +01:00
Giom Foret b904fad86a App Settings - Communities: Let the user update the publicity for each his community 2018-01-20 13:49:02 +01:00
Giom Foret 9fc25ca387 Room Settings: Add the Flair section
to handle the communities related to a room
2018-01-19 17:08:44 +01:00
Giom Foret b5d0a0ae0b Group details: Add Rooms page
https://github.com/vector-im/riot-meta/issues/117
2017-12-31 12:52:22 +01:00
Giom Foret 5374d3379d Group Details: Home page
- Add the number of members and rooms in the home screens.

vector-im/riot-meta#115
2017-12-28 12:00:46 +01:00
Giom Foret c3c65bd97d Groups: self-management of membership of groups
- Prepare Group Details screen

vector-im/riot-meta#114
2017-12-14 16:05:11 +01:00
Giom Foret 99d5e26d04 Groups: self-management of membership of groups
- Add Groups tab

vector-im/riot-meta#114
2017-12-12 16:03:26 +01:00
manuroe 063f1b82bc Crypto: BF: The share key dialog can appear with a 'null' device (#1683)
Make sure we download requester device keys before showing the share dialog.
Also, add "You added a new device '%@', which is requesting encryption keys." string
2017-12-05 15:47:39 +01:00
Aaron Raimist 3b5113f63a Add basic OLED black theme 2017-11-21 20:55:11 -06:00
manuroe 3f958a3b05 Crypto: Add key sharing dialog for incoming room key requests 2017-11-14 18:21:01 +01:00
Giom Foret d045bad462 Bug Fix - Switching network filter in room directory is ignored when searching the dir
Search is working well, but it takes time. We add "Searching..." string to improve the UX

#1579
2017-10-16 16:32:39 +02:00
Giom Foret 41b839c410 Merge branch 'develop' into callkit
# Conflicts:
#	Riot/AppDelegate.m
2017-10-09 16:23:18 +02:00
manuroe e550e1be73 Merge pull request #1550 from vector-im/cancel_event_sending
RoomVC: Add the ability to cancel the sending of a room message and i…
2017-10-06 14:28:22 +02:00
Giom Foret 88cd9db785 Merge branch 'master' into callkit
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/AppDelegate.m
#	Riot/ViewController/SettingsViewController.m
2017-10-04 13:04:21 +02:00
manuroe b665a80f35 Rageshake: Add a setting to enable (disable) it.
https://github.com/vector-im/riot-ios/issues/1387
https://github.com/vector-im/riot-ios/issues/535

There is also a new "Do not ask again" button in the rageshake popup as a shortcut for this setting.
2017-10-04 11:09:02 +02:00
manuroe ed7c8b4e90 RoomVC: Add the ability to cancel the sending of a room message and improve the cancellation of a media upload 2017-10-03 14:57:32 +02:00
giomfo 4b60de98e2 Merge pull request #1478 from aramsargsyan/share-extesion-mxstore-rework
Share extesion mxstore rework
+ multiple images support
2017-09-29 16:05:07 +02:00
Giom Foret 45319ca575 Share extension mxstore rework
- Create the MXRoom instance only when the room is selected.
2017-09-29 10:37:54 +02:00
manuroe 961d3ad20d Widgets: add notices for widgets events 2017-09-27 17:15:09 +02:00
manuroe 3a624fa99d BF: [iOS11] "Smart [colors] Invert" renders badly in the app
https://github.com/vector-im/riot-ios/issues/1524

- the app does its own dark theme and prevents the OS from automatically revert the colors in the app
- there are 3 choices on iOS11 for the Riot theme: "auto", "light", "dark". "auto" uses the system settings
2017-09-21 15:29:46 +02:00
Giom Foret 5a5232ff44 Merge branch 'develop' into callkit 2017-09-20 17:28:25 +02:00
Giom Foret 3af499861c Improvement: Alter DMness from Room Settings.
https://github.com/vector-im/riot-ios/issues/1370
2017-09-20 15:08:25 +02:00