Commit graph

135 commits

Author SHA1 Message Date
SBiOSoftWhare
b379cb7f12 Improve image processing in ShareExtensionManager and fix issue #2168 2019-02-06 16:05:36 +01:00
manuroe
58a1a0e41b version++ 2019-01-24 16:41:05 +01:00
manuroe
744208ae25 reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe
b3b6e2c80c reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe
dfecc403ec reskin: kill kRiotSecondaryTextColor 2019-01-10 18:05:21 +01:00
manuroe
eca85776a1 reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00
manuroe
6f30f88b03 reskin: ColorValues: suffix UIColor properties names with "Color" 2019-01-10 15:23:22 +01:00
manuroe
cecba319cf 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
0f1972cc1d
Merge branch 'develop' into fixes/modern-key-syntax 2019-01-09 17:54:07 +01:00
manuroe
d7c3eef632 Merge remote-tracking branch 'origin/develop' into reskin 2019-01-09 16:38:49 +01:00
manuroe
a19a8306b4 version++ 2019-01-08 11:37:11 +01:00
fridtjof
c7fbca7698
make use of Obj-C's modern syntax for literals and subscripting 2019-01-08 00:24:11 +01:00
fridtjof
8291c99542
fix almost all the warnings caused by -Wstrict-prototypes 2019-01-05 03:28:53 +01:00
manuroe
578bf7d6c9 version++
A PR was missing.
2019-01-04 16:59:07 +01:00
SBiOSoftWhare
1c22647b87
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
a52df0cb18 version++ 2019-01-04 16:52:58 +01:00
SBiOSoftWhare
0809478852 [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
bc6b38d805 [ShareExtension] Improve performance of sendImages method in ShareExtensionManager to avoid out of memory crash. 2019-01-04 13:55:46 +01:00
SBiOSoftWhare
a354ea9218 [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
9b35811fd7 [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
SBiOSoftWhare
a9f5163809 Enable background task on MXSDKOptions in share extension 2019-01-04 13:38:31 +01:00
SBiOSoftWhare
ed76a2be75 Make delegate weak on ShareExtensionManager 2019-01-04 13:22:31 +01:00
manuroe
b40f9e88ae Merge remote-tracking branch 'origin/develop' into reskin 2018-12-21 09:15:06 +01:00
manuroe
b390b6ce12 version++ 2018-12-12 10:28:15 +01:00
manuroe
a50c9f55b1 Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead 2018-11-30 17:10:28 +01:00
Giom Foret
d40d40068e Replace the deprecated MXMediaManager and MXMediaLoader interfaces use 2018-11-10 14:28:08 +01:00
manuroe
2b715c62d3 version++ 2018-10-31 16:12:22 +01:00
manuroe
f43c2d81fa version++ 2018-10-05 18:44:34 +02:00
manuroe
c5e5abd724 version++ 2018-09-26 15:48:38 +02:00
manuroe
e129e37fa4 Make code use the "Empty room" i18n string from MatrixKit 2018-09-20 11:05:46 +02:00
SBiOSoftWhare
079b06e860 version++ 2018-08-27 22:08:27 +02:00
manuroe
b583c69b09 version++ 2018-08-24 18:33:57 +02:00
manuroe
b63569c81d version++ 2018-08-17 18:36:35 +02:00
manuroe
190c00a508 Forgot version++ 2018-08-10 18:26:55 +02:00
manuroe
ecab359952 Lazy-loading server side: Fix Giom's remark 2018-08-03 14:06:01 +02:00
manuroe
02a87a1b62 Lazy-loading server side: Update code in extensions 2018-08-02 12:05:38 +02:00
manuroe
bfc77018ad MXStore: Use the new async [MXStore stateOfRoom:] method 2018-07-24 11:39:13 +02:00
manuroe
01182b8ab7
Merge pull request #1940 from vector-im/reduce_room_state_dependency
Reduce dependency to room.state
2018-07-18 04:33:10 +00:00
manuroe
b64b5767fb Make use of MXRoom.roomId and MXRoom.summary instead of MXRooms.state 2018-07-16 22:30:55 +02:00
SBiOSoftWhare
c2f72e7f04 Finish v0.6.20 2018-07-13 15:57:57 +02:00
SBiOSoftWhare
4f051210e8 version++ 2018-07-13 15:55:20 +02:00
SBiOSoftWhare
0e3ee5a5c8 Fix image references in xib and storyboards by removing .png suffix 2018-07-10 17:16:26 +02:00
SBiOSoftWhare
8832a9d3cb Move RiotShareExtension supporting files to a physical folder 2018-07-10 15:22:01 +02:00
SBiOSoftWhare
5c86dc2be6 Organize files by features in share extension target 2018-07-10 15:10:56 +02:00
SBiOSoftWhare
c7aadce4f9 Remove unused files in RiotShareExtension target 2018-07-10 15:03:07 +02:00
SBiOSoftWhare
07fed3bf1c version++ 2018-07-05 11:00:17 +02:00
manuroe
91f2b8c186 version++ 2018-07-03 16:04:11 +02:00
SBiOSoftWhare
385dbd006d Enable Swift in share extension. Add RiotSettings to share extension target. 2018-07-02 17:59:35 +02:00
manuroe
9360620aa4 version++ 2018-06-01 16:56:05 +02:00
manuroe
adad1a90ff update++ 2018-05-23 19:45:49 +02:00