Commit Graph

165 Commits

Author SHA1 Message Date
SBiOSoftWhare 835b01a85f version++ 2019-11-08 11:54:11 +01:00
SBiOSoftWhare 27f6a5c5bd version++ 2019-10-25 18:24:04 +02:00
manuroe d3167a86c6 version++ 2019-10-04 15:48:04 +02:00
manuroe e6f4d5678e version++ 2019-09-20 17:25:20 +02:00
manuroe 8deaeb5de2 version++ 2019-09-16 10:26:27 +02:00
manuroe 8679178af2 version++ 2019-09-10 16:21:32 +02:00
manuroe 33e5af2d81 Bump version 2019-07-24 17:08:44 +02:00
manuroe 22b2364dd0 version++ 2019-07-17 14:02:51 +02:00
manuroe 871d2be45e version++ 2019-07-16 18:48:41 +02:00
manuroe 522900e784 Share extension: Enable any file upload (max 5). 2019-07-12 12:58:56 +02:00
manuroe 2ac4d8ac2b version++ 2019-05-21 01:39:36 +02:00
SBiOSoftWhare 763b6c10c7 version++ 2019-05-06 11:02:36 +02:00
SBiOSoftWhare 9c44bd7222 [Share extension] Fix upgraded rooms show up twice (Fix #2293). 2019-04-09 19:20:33 +02:00
SBiOSoftWhare d02fad35f1 Update memory usage log in ShareExtensionManager 2019-04-02 15:44:59 +02:00
SBiOSoftWhare eecdb173b4 Log image compression size choice in share extension to help debug memory warnings 2019-04-02 15:01:50 +02:00
SBiOSoftWhare b617d2dacc Log memory usage when receive a memory warning 2019-04-02 14:42:43 +02:00
SBiOSoftWhare 620a09e6e6 Fix a crash when receive memory warning in ShareExtensionManager 2019-04-02 14:20:05 +02:00
SBiOSoftWhare 02b43872cb version++ 2019-03-21 16:32:34 +01:00
SBiOSoftWhare f9fda3d543 [Share Extension] Do not offer the possibility to resize an image to large size if one dimension is too high in order to prevent the risk of memory limit exception. 2019-03-21 12:50:02 +01:00
SBiOSoftWhare 76f10cefb9 version++ 2019-03-19 16:43:17 +01:00
manuroe 36d3dbf9fd version++ 2019-03-13 09:10:18 +01:00
SBiOSoftWhare ecb326f82f [Share extension] Track memory warning 2019-03-11 18:04:42 +01:00
SBiOSoftWhare ca22fc3181 version++ 2019-02-27 16:59:51 +01:00
manuroe 61be9228e0 version++ 2019-02-19 17:23:14 +01:00
manuroe 90574256fe version++ 2019-02-15 21:53:10 +01:00
SBiOSoftWhare 29f1484ecb Merge branch 'develop' into fix_share_extension_theming 2019-02-08 15:34:03 +01:00
SBiOSoftWhare 64d9a17575 [Share extension] Fix unloaded theme 2019-02-08 15:16:52 +01:00
SBiOSoftWhare 149e399b84 [Share extension] Improve dispatch_group usage when sending only images. 2019-02-08 14:43:21 +01:00
SBiOSoftWhare 307ef4c788 [Share extension] Add NSExtensionActivationDictionaryVersion to plist. By the way enable sharing with Apple Notes application. 2019-02-08 11:06:47 +01:00
SBiOSoftWhare e68e18c1b5 [Share extension] Support rich item sharing (e.g. URL + text + image). Fix issue #2224. 2019-02-08 11:04:51 +01:00
SBiOSoftWhare 5f4a7e8baa Improve image processing in ShareExtensionManager and fix issue #2168 2019-02-06 16:05:36 +01:00
manuroe 4cc90e2403 version++ 2019-01-24 16:41:05 +01:00
manuroe 2fdb06d879 reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe f0c22a14af reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe 67044e3451 reskin: kill kRiotSecondaryTextColor 2019-01-10 18:05:21 +01:00
manuroe c702350171 reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00
manuroe 845775d794 reskin: ColorValues: suffix UIColor properties names with "Color" 2019-01-10 15:23:22 +01:00
manuroe 63ee0e14be Merge remote-tracking branch 'origin/develop' into reskin
# Conflicts:
#	Riot/Constants/RiotDesignValues.m
#	Riot/Modules/Authentication/AuthenticationViewController.m
2019-01-10 11:50:57 +01:00
Fridtjof Mund 03a36014ab Merge branch 'develop' into fixes/modern-key-syntax 2019-01-09 17:54:07 +01:00
manuroe 43f870209a Merge remote-tracking branch 'origin/develop' into reskin 2019-01-09 16:38:49 +01:00
manuroe 3edb2f2368 version++ 2019-01-08 11:37:11 +01:00
fridtjof 2839a24058 make use of Obj-C's modern syntax for literals and subscripting 2019-01-08 00:24:11 +01:00
fridtjof 0915e3fab2 fix almost all the warnings caused by -Wstrict-prototypes 2019-01-05 03:28:53 +01:00
manuroe 54bdf2948e version++
A PR was missing.
2019-01-04 16:59:07 +01:00
SBiOSoftWhare d6900f7437 Merge pull request #2149 from vector-im/riot_2022
Share Extension: Improve image sharing performance and fix screenshot sharing
2019-01-04 16:55:03 +01:00
manuroe f334904d54 version++ 2019-01-04 16:52:58 +01:00
SBiOSoftWhare 3cb3410778 [ShareExtension] Add a workaround to free memory when share extension completes or cancel before fixing all memory leaks. 2019-01-04 13:57:35 +01:00
SBiOSoftWhare bf37e48a1b [ShareExtension] Improve performance of sendImages method in ShareExtensionManager to avoid out of memory crash. 2019-01-04 13:55:46 +01:00
SBiOSoftWhare 58f3e673f9 [ShareExtension] Image sharing: Update compression prompt behavior. Do not propose actual size when one of all selected images is not oriented up to avoid a crash due to a out of memory. 2019-01-04 13:52:26 +01:00
SBiOSoftWhare fdaf5ce28d [ShareExtension] Handle image items manually and remove NSData coercion, as UIlmage to NSData coercion do not work. That was causing screenshot sharing to fail (Fix #2022). 2019-01-04 13:45:41 +01:00