Commit Graph

137 Commits

Author SHA1 Message Date
manuroe 054b2afded Analytics: Move code from AppDelegate to a dedicated class: Analytics 2018-06-27 10:02:08 +02:00
manuroe d01b10b18d Add Icelandic 2018-05-31 17:26:43 +02:00
SBiOSoftWhare 19d266254e Merge pull request #1881 from vector-im/riot_1870
Settings: Add deactivate account
2018-05-31 17:11:38 +02:00
SBiOSoftWhare 2efefc530a Add DeactivateAccountViewController allowing to deactivate a user account from given Matrix session 2018-05-30 16:59:18 +02:00
manuroe ee21d5490a Send sticker: Create StickerPickerVC and use it from the RoomVC
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 15:31:27 +02:00
manuroe 169145153d Widgets: Make a generic postMessage API in WidgetVC
It will be used for https://docs.google.com/document/d/1uPF7XWY_dXTKVKV7jZQ2KmsI19wn9-kFRgQ1tFQP7wQ/edit#.

The Modular postMessage API becomes a specialisation of it.
2018-05-07 15:26:22 +02:00
Taiwo 3015392e19 Bug Fix: Moved UI update to main queue
Updated CocoaPods version to 1.5.0
2018-04-24 10:29:35 +01:00
manuroe f9e2290dd4 i18n: Enable Vietnamese 2018-04-20 09:14:19 +02:00
manuroe 642072ea99 Merge pull request #1832 from vector-im/riot_1821
BF: Upgrade the minimal iOS version to 9.0 because the app crashes on iOS8
2018-04-04 14:07:09 +02:00
manuroe d7e53a7866 BF: Upgrade the minimal iOS version to 9.0 because the app crashes on iOS8 (#1821)
because of the WebRTC framework.
2018-04-03 11:22:47 +02:00
giomfo 9aa1138c61 Render sticker events in the timeline
- Display the sticker description when it is selected
TODO animate the sticker if possible

 #1819
2018-04-02 23:59:47 +02:00
manuroe 8c53268dcf Language: Enable Bulgarian (#1800)
(#1800
2018-03-05 15:17:05 +01:00
manuroe 938ff26a2b Room: Inform user when they cannot post to a room because of low power level
Create DisabledRoomInputToolbarView for such permission issue
2018-02-21 16:09:49 +01:00
manuroe a86f9b160e i18n: Enable Catalan 2018-02-19 10:21:03 +01:00
Giom Foret 12223beaf5 Settings: Enhance flair handling
Display more details on the user's group (avatar, id)

vector-im/riot-meta#118
2018-02-06 23:38:12 +01:00
manuroe 71f0a9d995 Merge pull request #1753 from vector-im/piwik2
Replace Google Analytic by Matomo(Piwik)
2018-02-02 14:56:19 +01:00
manuroe b2a81d7c0b Piwik: Use it for analytics 2018-01-29 15:26:44 +01:00
manuroe f3d1b081c0 Podfile: Enable use_frameworks so that we can use Swift pods 2018-01-23 20:18:07 +01:00
Giom Foret 8e3ab4edfe Riot project: group all the view controllers related to the communities 2018-01-08 19:17:29 +01:00
Giom Foret 670ef42634 Group details: Add Rooms page
https://github.com/vector-im/riot-meta/issues/117
2017-12-31 12:52:22 +01:00
manuroe 0fe3f33767 Merge remote-tracking branch 'origin/release-v0.6.7' into develop
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-12-27 16:23:42 +01:00
Giom Foret c13f1abe28 Bug Fix: Share extension is not localized?
#1701
2017-12-27 14:53:17 +01:00
Giom Foret 7ab07dd865 Groups: self-management of membership of groups
- Custom the group view controllers with the blue color.

vector-im/riot-meta#114
2017-12-22 14:33:40 +01:00
Giom Foret ea24afed26 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 9a25515d14 Groups: self-management of membership of groups
- Add Groups tab

vector-im/riot-meta#114
2017-12-12 16:03:26 +01:00
Giom Foret 5ae5fd2e5e version++ 2017-11-30 11:16:11 +01:00
Giom Foret b9e68f1dc5 Enable Vietnamese, thanks to @loulsle. 2017-11-29 19:36:14 +01:00
manuroe 0be482c448 Crypto: Add key sharing dialog for incoming room key requests 2017-11-14 18:21:01 +01:00
manuroe f42bd4dc2d Callkit: Show the Riot icon (in B&W) on the system call screen 2017-10-19 10:03:23 +02:00
manuroe 738242a7c0 Podfile: Factorise the podfile 2017-10-17 08:59:31 +02:00
Giom Foret d26e358ee0 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
Giom Foret 50d9404a08 Language: Enable Basque and Chinese (Simplified). 2017-10-03 13:04:54 +02:00
Giom Foret 35927d2117 Share extension mxstore rework
- Create the MXRoom instance only when the room is selected.
2017-09-29 10:37:54 +02:00
Giom Foret a07ba1589e Restore Podfile 2017-09-28 10:59:20 +02:00
giomfo 4ed5de9c10 Merge branch 'develop' into share-extesion-mxstore-rework 2017-09-28 10:24:27 +02:00
manuroe 8367514e1c Widgets: list active widgets in a room
List them into an alertVC for the moment
2017-09-27 15:21:38 +02:00
giomfo bc33728f6a Merge pull request #1513 from vivlim/hardware-keyboard-return
Return key on hardware keyboards now sends messages
2017-09-25 10:36:40 +02:00
Giom Foret 8013a5cbc0 Merge branch 'develop' into callkit 2017-09-19 09:50:21 +02:00
Giom Foret 0e144c085d Improvement: Broaden back icon 2017-09-19 09:35:49 +02:00
manuroe 3debcc443e Add WidgetViewController
Not yet use
2017-09-18 16:22:59 +02:00
Vivian Lim 338f14b8db Return key on hardware keyboards now sends messages
Create a class KeyboardGrowingTextView which inherits from HPGrowingTextView, but defines keyCommands. keyCommands defined at any other view or controller layer weren’t being picked up by the OS, but they did work when added to HPGrowingTextView.

Signed-off-by: Vivian Lim <vivvnlim@gmail.com>
2017-09-18 00:29:57 -07:00
Aram Sargsyan 955ee3007a Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extesion-mxstore-rework 2017-09-15 19:19:49 +04:00
Aram Sargsyan 844139bfad Stopped storing MXRoom instances, using CellData now 2017-09-15 19:17:03 +04:00
manuroe 121df97cf0 Merge pull request #1511 from vector-im/widget_manager_2
Show the "Integrations Manager" into a webview
2017-09-15 16:55:28 +02:00
manuroe 4f11b69d6d Modular integrations UI: project 2017-09-15 15:36:43 +02:00
Giom Foret 1d254112fd Update xcodeproj 2017-09-14 16:02:08 +02:00
Aram Sargsyan 2379ebe617 Review changes 2017-09-08 19:02:45 +04:00
Giom Foret 6631d4b5ea Merge branch 'develop' into callkit 2017-09-08 12:42:58 +02:00
Giom Foret b45f2ef07c Force new LaunchScreen logo 2017-09-07 13:17:01 +02:00
manuroe 4948efddb4 Siri intents are available since 10.0 2017-09-04 16:47:43 +02:00