Benjamin Scholtysik (Reimold)
da5c8dda28
Use correct simulator target for HockeySDK Framework target.
2017-09-18 10:25:56 -07:00
Alex Hüllmandel
76eccbf269
Added attributed versions of accessibilityLabel, accessibilityHint, accessibilityValue ( #554 )
...
* Added attributed versions of accessibilityLabel, accessibilityHint and accessibilityValue
* Follow conventions for property types
* Use curly braces
* Update changelog
* Follow conventions for property types in UIView+ASConvenience.h
* Add compatibility for Xcode 8
* Use isEqualToString instead of pointer comparison
* Only allocate attributed strings once. Use _setAttributedAccessibilityToViewAndProperty only for attributed properties.
2017-09-18 18:07:01 +01:00
Sev
d4846dc292
[ASElementMap] Fix indexPath's section or item is actually negative #trivial ( #457 )
...
* [ASElementMap] Fix indexPath's section or item is actually negative.
* Small code style changes
2017-09-18 16:18:14 +01:00
appleguy
e330e57668
[ASCornerRounding] Introduce .cornerRoundingType: CALayer, Precomposited, or Clip Corners. ( #465 )
...
* [ASCornerRounding] Initial (untested) implementation of ASCornerRounding features.
* [ASCornerRounding] Working version of both clip corners and precomposited corners.
* [ASCornerRounding] Improve factoring and documentation of corner rounding features.
* [ASCornerRounding] Some final fixups.
* Add entry to changelog for .cornerRoundingType
2017-09-18 13:02:51 +01:00
DaVinci42
81dafb1c9b
spell fix
2017-09-18 18:51:17 +08:00
appleguy
cfc48679ba
[Yoga] Add insertYogaNode:atIndex: method. Improve handling of relayouts. ( #469 )
...
* [Yoga] Add insertYogaNode:atIndex: method. Improve handling of relayouts.
* Add new "version" parameter to Yoga initialization of ASDisplayNodeLayout C++ struct.
2017-09-17 22:45:39 -07:00
Hannah Troisi
dcaca529b4
[ASDKgram Example] fix crash on startup ( #566 )
...
* fix crash on ASDKgram startup
* quicker fix
2017-09-16 10:36:58 -07:00
Max Wang
b9b2d7e3ca
Update yoga version ( #569 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* update yoga version
2017-09-16 10:32:07 -07:00
Hans Knöchel
016162b18b
Restore currentPoint = toPoint assignment
2017-09-15 20:10:39 +02:00
overtake
21323a8325
Merge branch 'master' into HEAD
2017-09-15 16:13:09 +03:00
overtake
a1779a5467
no message
2017-09-15 16:12:52 +03:00
Benjamin Scholtysik (Reimold)
427cffcc92
Merge branch 'develop' into release/5.0.0
2017-09-14 23:38:55 -07:00
Benjamin Scholtysik (Reimold)
146146b393
Merge pull request #460 from bitstadium/fix/some-cleanup
...
Fix/some cleanup
2017-09-14 23:37:13 -07:00
Benjamin Scholtysik (Reimold)
7363ab3faf
Merge branch 'fix/some-cleanup' into release/5.0.0
2017-09-14 17:09:38 -07:00
Benjamin Scholtysik (Reimold)
3ba7117cb7
Fix 3 warnings related to unised parameters in BITFeedbackComposeViewController
2017-09-14 17:08:01 -07:00
Benjamin Scholtysik (Reimold)
d44c3aad42
Run unit tests on fewer devices.
2017-09-14 16:46:20 -07:00
Benjamin Scholtysik (Reimold)
14cded9ac9
Bump version to 5.0.0
2017-09-14 14:32:46 -07:00
Benjamin Scholtysik (Reimold)
1cc9c32c5e
Merge branch 'develop' into fix/some-cleanup
2017-09-14 10:14:44 -07:00
Benjamin Scholtysik (Reimold)
a16ddd3a6c
Merge pull request #459 from bmourat/fix/screenshot-bug-ios-11
...
Fix screenshot bug in ios 11
2017-09-14 10:13:54 -07:00
Ilya Laktyushin
86a91011e8
no message
2017-09-13 20:52:56 +03:00
Peter
67efeda4f1
Merge commit '3facbe4ddc9bf0e3183789fbb201866168acbde5'
2017-09-13 20:51:47 +03:00
Peter
8837f04843
no message
2017-09-13 20:51:42 +03:00
Benjamin Scholtysik (Reimold)
6d781405d5
Use UIAlertController for attaching photos to feedback
2017-09-13 10:50:45 -07:00
Benjamin Scholtysik (Reimold)
c13231636a
Cleaning up some logic related to old iOS versions that we no longer support.
2017-09-13 10:31:09 -07:00
Murat Baysangurov
93776a9b28
__IPHONE_11_0 moved to HockeySDKPrivate
2017-09-13 20:00:10 +03:00
Samuel Hsiung
008b847a7a
Fix -[ASPagerNode view] triggering pendingState + nodeLoaded assert ( #564 )
2017-09-13 17:12:46 +01:00
Murat Baysangurov
9cf323b694
Minor warnings fixed
2017-09-13 16:44:25 +03:00
Murat Baysangurov
1c7c8d807f
Bug with screenshot being behind navigation bar fixed
2017-09-13 16:42:44 +03:00
Ilya Laktyushin
8016099032
Merge branch 'master' of bitbucket.org:iakovlevpeterp/legacycomponents
...
# Conflicts:
# LegacyComponents/TGMediaPickerGalleryVideoScrubber.m
2017-09-12 10:45:32 +03:00
Ilya Laktyushin
ff0d334f19
no message
2017-09-12 10:41:47 +03:00
Huy Nguyen
9df6909d71
[ASImageNode] Always dealloc images in a background queue ( #561 )
...
* ASImageNode to always dealloc its images in a background queue
* Update CHANGELOG
2017-09-11 13:33:30 -07:00
César Estébanez Tascón
002c2d6978
Mark ASRunLoopQueue as drained if it contains only NULLs ( #558 )
...
* Mark ASRunLoopQueue as drained if it contains only NULLs
* Update CHANGELOG.md
* Cover ASRunLoopQueue with tests
* Include PR link in CHANGELOG.md
* Replace license header of ASRunLoopQueueTests.m with correct one
* Insert a nil in _internalQueue to ensure compaction, instead of maintaining a state for _isQueueDrained
2017-09-11 13:32:25 -07:00
Huy Nguyen
7c7a4acf0e
ASCollectionLayout to exclude content inset on scrollable directions from viewport size ( #562 )
2017-09-11 13:32:17 -07:00
Huy Nguyen
fcee108af5
[ASCollectionNode][ASTableNode] Add content inset bridging property ( #560 )
...
* Add content inset bridging property to table and collection nodes
* Fix CHANGELOG
* Fix typo
* Minor fixes
2017-09-11 19:20:32 +01:00
Garrett Moon
3c77d4a5da
Adds support for specifying a quality indexed array of URLs ( #557 )
...
* Add support for downloading a set of URLs on ASNetworkImageNode
* Should be building now;
* Remove old unused code
* Add a changelog message
* Bump PINRemoteImage
* Huy's comments
2017-09-11 11:12:45 -07:00
Peter
266d87d1e7
no message
2017-09-11 00:07:59 +03:00
Peter
98632adefd
no message
2017-09-11 00:07:36 +03:00
Peter
fad51507f1
no message
2017-09-11 00:07:16 +03:00
Peter
7b4c119ec3
no message
2017-09-11 00:06:58 +03:00
Peter
6d907770c3
Merge commit 'eb2a8d0a37af037171bd5cee54281fb6926f39bd'
...
# Conflicts:
# MTProtoKit/MTApiEnvironment.m
2017-09-11 00:06:43 +03:00
Peter
c05e175523
no message
2017-09-11 00:06:02 +03:00
Peter
3facbe4ddc
Merge commit '7903caf3c0eb8317def6f8d460d3160cbc5fcf9b'
2017-09-11 00:05:38 +03:00
Peter
ddfb4abd54
no message
2017-09-11 00:05:31 +03:00
Peter
a74b753db7
Merge branch 'develop' of https://github.com/bitstadium/HockeySDK-iOS into develop
...
# Conflicts:
# Support/HockeySDK.xcodeproj/xcshareddata/xcschemes/HockeySDK Distribution.xcscheme
# Support/HockeySDK.xcodeproj/xcshareddata/xcschemes/HockeySDK Documentation.xcscheme
# Support/HockeySDK.xcodeproj/xcshareddata/xcschemes/HockeySDK Framework.xcscheme
# Support/HockeySDK.xcodeproj/xcshareddata/xcschemes/HockeySDK.xcscheme
# Support/HockeySDK.xcodeproj/xcshareddata/xcschemes/HockeySDKResources.xcscheme
2017-09-11 00:04:05 +03:00
Peter
7ac26198ec
no message
2017-09-11 00:03:40 +03:00
Peter
d1da40bb0b
Merge commit '19a9d29aa873edcf5624bed7fa9ee86662da0bfd'
...
# Conflicts:
# Source/Details/ASCollectionGalleryLayoutDelegate.m
2017-09-11 00:03:22 +03:00
Hans Knöchel
e342b08678
Fix memory-leaks, analyser warnings and code-style
2017-09-10 12:06:44 +02:00
Peter
7903caf3c0
no message
2017-09-08 20:19:20 +03:00
Huy Nguyen
786963c6a9
[ASDisplayNode] Deprecate -displayWillStart in favor of -displayWillStartAsynchronously: ( #536 )
...
* Deprecate -[ASDisplayNode displayWillStart] in favor of -displayWillStartAsynchronously:
* Minor change
* Fix CHANGELOG
* Update CHANGELOG.md
* Update CHANGELOG.md
2017-09-08 18:04:43 +01:00
Huy Nguyen
d4b1f625aa
[Gallery layout] Include the caller in properties providing methods ( #533 )
...
* Include the caller in ASCollectionGalleryLayoutPropertiesProviding's methods
* Update CHANGELOG.md
2017-09-08 17:05:06 +01:00