Commit Graph

61 Commits

Author SHA1 Message Date
Giom Foret 19a7817527 Pushkit: Remove APNS use.
Use new MXKAccount API to handle push token and settings.
- add format: 'event_id_only' to the data dict when you add the pusher
- use the following app ID: im.vector.app.ios.voip.prod
2017-09-19 16:06:44 +02:00
Giom Foret 35924dccfb Merge branch 'develop' into callkit 2017-09-19 09:50:21 +02:00
manuroe b7b8702eff 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 8a1a3889b5 Modular integrations UI: Add Settings > Labs > Matrix Apps 2017-09-15 13:24:01 +02:00
giomfo ae3b05319c Merge pull request #1508 from vector-im/riot_1354
Bug Fix - Settings: The "Sign out" button and other buttons of this p…
2017-09-14 12:56:17 +02:00
Giom Foret 4db0281d00 Bug Fix - Settings: The "Sign out" button and other buttons of this page sometimes blinks
#1354
2017-09-14 11:58:02 +02:00
Giom Foret 9ec87ec467 Bug Fix - Settings: some of the labels push the switch controls off screen.
#1506
2017-09-14 11:33:59 +02:00
Giom Foret 978e27da25 Dark theme - Improvements
- spinner bg being white
2017-09-11 14:49:06 +02:00
giomfo b2818bf7d7 Merge branch 'callkit' into decrypted_content 2017-09-06 17:50:09 +02:00
manuroe 8a9df3d849 Merge remote-tracking branch 'origin/pr/1458' into callkit
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/AppDelegate.m
#	Riot/ViewController/SettingsViewController.m
2017-09-04 15:57:37 +02:00
manuroe 19e81f4e65 CallKit branch: fixed compilation issues 2017-08-31 15:51:05 +02:00
Denis Morozov 1965d3ba9a Add new option to notification settings 2017-08-29 11:55:56 +03:00
Giom Foret e65697c41b Merge branch 'master' into callkit
# Conflicts:
#	Riot/AppDelegate.m
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/ViewController/SettingsViewController.m
2017-08-25 16:48:13 +02:00
Denis e73e686067 Change control event value 2017-08-25 13:36:25 +03:00
Denis Morozov 7f3822c63f Improvements in notification registration flow 2017-08-23 19:07:14 +03:00
Denis Morozov 89edd59ece Add new option to notification settings 2017-08-23 12:58:47 +03:00
manuroe a7cfb02f1f Jitsi widget: add display or creation of jitsi conference under USE_JITSI_WIDGET compilation flag 2017-08-18 11:56:32 +02:00
manuroe ca36d73df2 Jitsi widget: "Use jitsi for conference calls" -> "Create conference calls with jitsi" 2017-08-18 09:23:24 +02:00
manuroe b4210d4495 Merge remote-tracking branch 'origin/develop' into jitsi_widget
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
manuroe 60d6ccfc67 Jitsi widget: Create a specific [NSUserDefaults standardUserDefaults] key for useJitsiForConferenceCalls 2017-08-16 11:51:56 +02:00
Giom Foret bad3f8fa93 SettingsViewController: Release correctly the pushed view controller 2017-08-16 09:55:52 +02:00
Giom Foret 60484dac53 Dark Theme - Improvement
WebViewViewController extends MXKWebViewViewController to handle customization.
2017-08-14 10:32:31 +02:00
Giom Foret 49d1459440 Dark Theme
fix App freeze when user changes the theme
2017-08-11 17:41:22 +02:00
Giom Foret c4aa8013be Enable Dark theme
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
manuroe 7c0644b08b Jitsi widget: Add Settings > LABS > Use jitsi for conference calls 2017-08-10 15:43:25 +02:00
manuroe acda881975 BF: E2E export did not work anymore since the death of MXKAlert 2017-07-25 17:27:24 +02:00
manuroe 8073c524fe Language picker: Force capitalisation of languages 2017-07-25 14:45:33 +02:00
manuroe 92201317c2 Language settings: Update comments 2017-07-25 11:34:41 +02:00
Giom Foret 93f76a4788 Prepare Dark Theme
Remove the [UIApplication statusBarHidden] use (deprecated since iOS 9).
Use the default UIViewController-based status bar system.

Hide the user interface theme option in Settings.

https://github.com/vector-im/riot-meta/issues/22
2017-07-21 17:22:34 +02:00
Giom Foret a3b2e11981 Merge branch 'develop' into meta_riot_22 2017-07-21 16:50:58 +02:00
manuroe 3847beda8f Language settings: Reload data softly after language change 2017-07-21 12:06:10 +02:00
Giom Foret ee2da83c86 Prepare Dark Theme
Observe user interface theme change.

https://github.com/vector-im/riot-meta/issues/22
2017-07-21 11:28:17 +02:00
manuroe 68b5083a52 Language settings: Store it in NSUserDefaults (@"appLanguage") 2017-07-21 11:08:33 +02:00
manuroe e5ddc185b2 Settings: Add app language settings 2017-07-21 10:55:21 +02:00
Giom Foret 0cba0d3189 Prepare Dark theme
- Add User Interface section in settings

https://github.com/vector-im/riot-meta/issues/22
2017-07-19 15:26:09 +02:00
Giom Foret 77ef7fe450 Translate the potential error observed during 3pid handling
https://github.com/vector-im/riot-meta/issues/85
2017-07-18 15:57:11 +02:00
Giom Foret 0f70244fbf Bug Fix: Change API used to add email in order to check if the email is already used.
(idem for msisdn)

https://github.com/vector-im/riot-meta/issues/85
2017-07-18 13:57:15 +02:00
Giom Foret 130d999a26 Prepare MXKAlert withdrawal 2017-07-14 00:36:11 +02:00
Denis 240f5366c4 Merge branch 'develop' into callkit 2017-06-16 19:39:59 +03:00
Denis Morozov f1d2c0c476 Add call section to settings screen 2017-06-16 19:21:07 +03:00
Giom Foret 0dc2e96e47 UX Rework - Home: Put the new ordering behind a setting.
Add 2 settings: Pin rooms with missed notif and pin rooms with unread messages
this will pin the rooms at the beginning of the list on your home page
2017-06-16 15:18:33 +02:00
manuroe d995432eec Settings: Add a "Report bug" item 2017-04-27 10:47:19 +02:00
Giom Foret f1ee0910fb Merge branch 'develop' into ux_rework 2017-04-14 13:43:40 +02:00
Giom Foret bc7d5bfc54 Bug Fix: App crashes sometimes on clear cache 2017-04-14 13:42:36 +02:00
jeangb 7b21dbc8e5 Merge pull request #1153 from vector-im/add_accessibility_identifiers
AttachmentsViewController: add accessibility identifiers
2017-04-07 15:38:48 +02:00
manuroe 51fb60e7ab Directory Server Picker: code cleaning 2017-04-07 14:06:15 +02:00
manuroe b8cdb0d9bc Directory Server Picker: roll back unexpected change commit 2017-04-07 13:21:26 +02:00
manuroe 796cc736f6 Merge remote-tracking branch 'origin/ux_rework' into directory-server-list 2017-04-07 12:51:17 +02:00
Giom Foret 4e90defe11 Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
manuroe 695568e34c Directory Server Picker: Fix spinner and title 2017-04-07 11:41:01 +02:00