Giom Foret
43c5038361
Bug Fix - Some rooms have gone nameless after upgrade
...
https://github.com/matrix-org/riot-ios-rageshakes/issues/388
2017-10-03 18:53:05 +02:00
Giom Foret
b8c576ef18
Fix iOS11 disruption
...
- RoomViewController, RoomDetailsVC, ContactDetailsVC: fix header layout.
- Use UIScrollView+MatrixKit category to handle the adjusted content inset which is not defined before iOS 11.
2017-09-27 09:26:34 +02:00
Giom Foret
1e5d315db8
Fix compilation error
...
@available(iOS 11.0, *)) requires Xcode 9
2017-09-22 10:39:50 +02:00
manuroe
9d7d91df0a
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
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
f21c9c9044
Modular integrations UI: Clear Modular data on logout
2017-09-15 15:35:27 +02:00
Giom Foret
772b7ee23e
Handle the room display name and its avatar at the room summary level.
...
- Update the room display name and its avatar url when the Room Summary is updated on state events change (see `[session: updateRoomSummary: withStateEvents:]`).
- Store the riot display room name and its avatar url in the Room Summary.
- Add a new category `MXRoomSummary+Riot` to handle avatar display.
TODO: Increase file store version in `MXFileStore.h`.
2017-09-14 16:00:50 +02:00
Giom Foret
f6b79e680c
Switch the loading animation for iOS to be RIOT.IM branded.
...
Remove the grey spinner under this animation.
2017-09-06 18:48:47 +02:00
manuroe
b52e878368
Fix compilation issue
2017-09-04 16:26:41 +02:00
manuroe
1943b9fc2a
Merge branch 'develop' into incoming_call_screen
2017-08-31 14:04:53 +02:00
manuroe
07b14d9f63
Jitsi widget: Add notices for jitsi widget in rooms histories
2017-08-30 17:37:14 +02:00
Denis Morozov
b013fc4fd4
Fix issue #1480
2017-08-27 16:51:27 +03:00
Denis Morozov
2c5586f069
Remove incomingCallNotification property
2017-08-27 16:43:42 +03:00
Denis Morozov
ce343aaa51
Add screen for incoming calls
2017-08-25 03:02:29 +03:00
Giom Foret
dcd375e830
Improvement - Application group identifier
...
Use the property `applicationGroupIdentifier` of the MXSDKOptions sharedInstance.
2017-08-24 15:18:23 +02:00
Denis Morozov
58a6e4eb5a
Improvements in notification registration flow
2017-08-23 19:07:14 +03:00
Denis Morozov
9f1004a163
Fix remote notifications registration even if user hasn't provide access
2017-08-22 19:34:50 +03:00
manuroe
2b4a845ec8
Merge pull request #1449 from vector-im/jitsi_widget
...
Integrating Jitsi into mobile apps
2017-08-18 13:26:30 +02:00
manuroe
cc4b11592d
Jitsi widget: polishing
2017-08-18 11:40:56 +02:00
Giom Foret
6ab2e329d6
Apply the actual application group: "group.im.vector"
2017-08-16 18:35:32 +02:00
manuroe
2ca185b80e
Merge remote-tracking branch 'origin/develop' into jitsi_widget
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
Giom Foret
e33f383445
Dark Theme - Improvement
...
Force the background color of the fake view controller displayed when there is no details.
2017-08-14 22:35:16 +02:00
Giom Foret
ecabc3c52c
Dark Theme - Improvement
...
Force the background of the default view controller displayed in landscape when no room is selected.
2017-08-14 15:57:23 +02:00
Giom Foret
a36d824873
Enable Dark theme
...
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
manuroe
0e3a8a9ce8
Jitsi widget: Display the hangup button when we are back-to-app
2017-08-11 14:59:05 +02:00
manuroe
1bdbe40c09
Jitsi widget: Manage "Back To App"
2017-08-11 14:18:10 +02:00
manuroe
d1c1349fb6
Jitsi widget: Add WidgetManager and Widget, generic classes to manage scalar widgets
2017-08-04 13:07:04 +02:00
manuroe
0d46a03ba9
Add support of matrix.to links to users
...
BF: the app doesn't do anything sensible with matrix.to user id hyperlinks #1410
2017-07-25 16:08:24 +02:00
Giom Foret
9593ce74ac
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
manuroe
d527811b0c
Language settings: Store it in NSUserDefaults (@"appLanguage")
2017-07-21 11:08:33 +02:00
Giom Foret
a27b612eda
Remove MXKAlert class use.
...
UIAlertController is directly used.
2017-07-14 16:41:25 +02:00
manuroe
474fd7cf6d
GA: Disable GA in debug as it pollutes stats and crashes
2017-06-30 13:37:36 +02:00
manuroe
ff6f4268a3
Crash report: Do not loose what the user typed when debackgrounding the app
2017-06-29 17:45:54 +02:00
manuroe
04c17f7d60
Crash report: Do not loose what the user typed when debackgrounding the app
2017-06-29 17:33:08 +02:00
Denis Morozov
a4eaa453f4
Fix crash on decline button
2017-06-20 19:36:52 +03:00
manuroe
8a58ab019c
Apply renaming of MXDefaultBackgroundModeHandler to MXUIKitBackgroundModeHandler
2017-06-16 14:35:15 +02:00
manuroe
81a406b188
Use UIKit BackgroundTask for handling background tasks in the SDK
2017-06-14 17:37:22 +02:00
manuroe
01782943a1
UX rework: do not automatically come back to the home tab when opening a permalink
...
This fixes https://github.com/vector-im/riot-meta/issues/54#issuecomment-300428202
2017-06-08 14:27:38 +02:00
manuroe
b5a04bcbf3
Merge remote-tracking branch 'origin/ux_rework' into develop
...
# Conflicts:
# Riot/AppDelegate.m
# Riot/ViewController/ContactsTableViewController.m
# Riot/ViewController/RoomViewController.m
2017-06-07 11:19:25 +02:00
giomfo
f1683cef05
Merge pull request #1248 from morozkin/callvc_memory
...
Fix dangling in the memory CallViewController
2017-06-06 13:17:06 +02:00
Denis
2f79354ef4
Remove redundant nil operations
2017-06-05 16:30:35 +03:00
Denis Morozov
a8af30d7b9
Fix dangling in the memory CallViewController
2017-06-04 02:39:00 +03:00
Giom Foret
ce41b887b5
Bug Fixed: Infinite loading screen when homeserver not reachable
...
https://github.com/vector-im/riot-ios/issues/1223
2017-05-12 15:20:56 +02:00
Giom Foret
0a961d03cb
Bug Fix: The Riot icon is displayed in full screen in landscape orientation.
...
No way to do anything
2017-04-21 16:28:57 +02:00
Giom Foret
d6c0635dbf
Missed notifications handling:
...
- Apply API changes in matrixKit
2017-04-18 16:20:55 +02:00
Giom Foret
f8141d5c27
Add the badge value for Home tab bar item.
...
Fix the missed discussion count
2017-04-18 15:55:51 +02:00
Giom Foret
4e90defe11
Import RageShakeManager.h and RiotDesignValues.h in App Delegate header
2017-04-07 11:52:53 +02:00
Giom Foret
52021bd252
Merge branch 'develop' into ux_rework
2017-03-31 17:37:50 +02:00
Giom Foret
9bd8985b19
Prepare UX rework
...
- Hide Back button title in details view controller
2017-03-28 18:17:14 +02:00
Giom Foret
6e8290df93
Prepare UX Rework
...
- Display contact details in the secondary view controller of the split view controller.
- Fix issues on secondary view controller handling.
2017-03-28 17:26:50 +02:00