manuroe
f44dee3581
Share: Make sure the progress bar is always displayed
...
The switch to the main thread should be done earlier but I do not want to break things
2018-02-05 15:44:56 +01:00
manuroe
a7907364e7
Make code compatible with !use_frameworks in Podfile
2017-11-23 16:09:19 +01:00
Giom Foret
b0db9aa6a0
Bug Fix: Share extension improvements
...
#1611
- display the search input by default
- on searching for something, the search filter seems to clear instantly on selecting a destination NOK.
2017-11-10 17:28:03 +01:00
Giom Foret
1bbc307f60
Share extension mxstore rework
...
- Create the MXRoom instance only when the room is selected.
2017-09-29 10:37:54 +02:00
giomfo
c4379d5ba1
Merge branch 'develop' into share-extesion-mxstore-rework
2017-09-28 10:24:27 +02:00
Giom Foret
9bbed86d4b
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
Aram Sargsyan
5e98f7545f
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
3a86a4c7bb
Stopped storing MXRoom instances, using CellData now
2017-09-15 19:17:03 +04:00
Giom Foret
ec85532a50
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
Aram Sargsyan
6d0f0dd5f1
Review changes
2017-09-08 19:02:45 +04:00
Aram Sargsyan
7c75fb85eb
Finished rework, getting rooms with all the necessary information from MXStore
2017-08-31 17:51:49 +04:00
Aram Sargsyan
06e4491d04
Added comment
2017-08-26 13:12:49 +04:00
Aram Sargsyan
c88f661a01
Initial commit
2017-08-26 12:58:17 +04:00
Aram Sargsyan
a1fa9fd935
Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements
2017-08-25 18:12:15 +04:00
Giom Foret
4b61d5a4ba
App extension - Improvement: Reduce memory consumption.
...
Force the ShareExtensionManager to release the primary view controller when the action is completed.
We observed that `dealloc` is called for this view controller when the request is cancelled with error (`cancelRequestWithError`), but it is not called when the request is completed (`completeRequestReturningItems`).
2017-08-25 11:55:37 +02:00
Aram Sargsyan
760ea0d5ab
Merge branch 'app-extension-improvements' of https://github.com/aramsargsyan/riot-ios into app-extension-improvements
2017-08-22 19:56:30 +04:00
Aram Sargsyan
fe9c49fc49
Added real support for sending multiple images (up to 5). Fixed bug when images weren't being resized. Introduced a category for NSItemProvider to easily track if the item was loaded or not.
2017-08-22 19:52:32 +04:00
Giom Foret
36d080400c
App Extension - Fix matrix session handling
...
The matrix session should be handled by the ShareExtensionManager. This manager is able to prepare, suspend and resume the session.
Note: The ShareViewController is reloaded each time the extension is launched
2017-08-21 22:33:06 +02:00
Giom Foret
490c022ed5
App extension: enlarge the close button
2017-08-21 18:09:07 +02:00
Aram Sargsyan
50b5be3ead
Sending the file with it's actual fiename, changes temporary search bar stykle to match the real one's style, showing only joined rooms for sharing
2017-08-21 18:45:16 +04:00
Aram Sargsyan
94057e1167
Merge pull request #4 from vector-im/app_extension_reuse_mxkrecentsvc
...
RoomsListViewController should inherit from MXKRecentListViewController.
2017-08-21 17:15:20 +04:00
Giom Foret
b5ebc1d570
RoomsListViewController should inherit from MXKRecentListViewController.
...
- to release correctly the resources
- to reuse data source handling mechanism
...
2017-08-21 14:07:49 +02:00
Aram Sargsyan
207345d6fe
Introduced new ShareExtensionDelegate method didStartSendingToRoom to notify the viewController when the request is initiated to only then show the loading hud, block interaction with the view, etc
2017-08-21 01:39:08 +04:00
Giom Foret
82d80cedad
Bug Fix - App extension: handle correctly the account change.
...
Only the first enabled account is considered FTM.
2017-08-18 17:30:38 +02:00
Giom Foret
92ec8fdef5
Apply the app group name in app extension
...
(merge https://github.com/vector-im/riot-ios/pull/1440 )
2017-08-18 09:40:37 +02:00
Aram Sargsyan
498f32656a
Merge branch 'app-extension-improvements' of https://github.com/aramsargsyan/riot-ios into app-extension-improvements
2017-08-18 02:28:15 +04:00
Aram Sargsyan
fe0bc0abfe
Added comments describing ShareExtensionManager public functionality + small method renaming
2017-08-18 02:27:56 +04:00
Giom Foret
8f272256b6
Remove unwanted binary file
2017-08-17 18:06:46 +02:00
Aram Sargsyan
6541c12b19
Fixed retain cycles, changed color constant
2017-08-17 19:28:08 +04:00
Aram Sargsyan
2e9ef19f53
Loading HUD usage in the extension, Image resoulution alertController introduced
2017-08-17 00:01:54 +04:00
Aram Sargsyan
89a18dab12
Added search functionality for rooms and people, fixed bug of dismmisal
2017-08-11 20:33:50 +04:00
Aram Sargsyan
1d5837ac0c
Reworked the Share Extension to use a subclass of MXKRecentsDataSource to show content, solved the room order issue, as well introduced a new class ShareExtensionManager responsible for Sharing content and communicating with the system to terminate the extension with the appropriate exit code when needed.
2017-08-11 02:38:47 +04:00