appleguy
d88e170163
Merge pull request #1624 from maicki/FixDelegateProxyCrash
...
[Accessibility / iOS 8] Fix 8.0 and 8.1-only, VoiceOver crash when clearing delegate / dataSource for Table or Collection
2016-05-10 13:43:40 -07:00
appleguy
db14ccf136
Merge pull request #1637 from rcancro/textShrinkFi
...
[ASTextNode] Fix to truncation when text font shrinking is engaged
2016-05-10 13:42:38 -07:00
Erekle
03444a9807
minor layout change
2016-05-11 00:18:26 +04:00
Erekle
52b40f8004
ASVideoPlayerNodeControlType and fixes
...
* changed static string to ASVideoPlayerNodeControlType
* public property for duration
* public method for seek
* new _controlFlexGrowSpacerSpec; used to use flexible space in
controlbar. for example if user does not want to have scrubber, he can
replace it with flexible spacer and duration text node will be kept at
the right edge.
2016-05-10 23:57:47 +04:00
appleguy
8da5523de4
Merge pull request #1630 from maicki/FixASVideoNodeLayout
...
[ASVideoNode] Move layout of ASVideoNode to layout specs
2016-05-10 12:08:48 -07:00
Erekle
716082d411
better duration handling. new ASVideoNode states
2016-05-10 22:48:32 +04:00
Erekle
3367b4fc49
slider changes
2016-05-10 22:05:07 +04:00
Erekle
b09d0dca9e
Merge remote-tracking branch 'facebook/master' into ASVideoPlayerNode
2016-05-10 20:19:13 +04:00
Lukas Spieß
7ac9e7684c
Merge pull request #298 from bitstadium/feature/update-feedback-observation-docs
...
Update feedback observation mode docs
2016-05-10 13:12:53 +02:00
Matthias Wenz
9b29646976
Update feedback observation mode docs
...
Better reflect what's happening and how to produce the three finger tap
2016-05-10 09:29:04 +02:00
appleguy
1c98daff43
Merge pull request #1632 from Adlai-Holler/ResolveMultiplexImageNodeLoadLoop
...
[ASMultiplexImageNode] Do Not Request Already-Loaded Images From Data Source
2016-05-09 18:21:01 -07:00
appleguy
dcb8ab8d17
Merge pull request #1635 from Adlai-Holler/MultiplexDownloadProgress
...
[ASPINRemoteImageDownloader] Call Download Progress Handler
2016-05-09 18:20:41 -07:00
appleguy
e8a037250c
Merge pull request #1636 from garrettmoon/addSupportForDisablingProgressiveRendering
...
Add support for disabling progressive image rendering
2016-05-09 17:46:26 -07:00
Garrett Moon
36ce9527de
Update comments
2016-05-09 17:20:06 -07:00
rcancro
22e026a5e1
fix truncater method to only return the truncater.
2016-05-09 16:36:27 -07:00
rcancro
082ababda6
Fix to text shrinking
...
Summary: Previously the first thing we did when calculating the size of text was to truncate it. This could lead to ASFontSizeAdjuster being sent a truncated string which, obviously, never needed to shrink. If we change the order then we first shrink, then truncate if still necessary.
Reviewers: scottg, levi, garrett
Differential Revision: https://phabricator.pinadmin.com/D89780
2016-05-09 15:59:08 -07:00
Garrett Moon
c0eb6cac09
Add support for disabling progressive image rendering
...
Differential Revision: https://phabricator.pinadmin.com/D89742
2016-05-09 15:01:05 -07:00
Adlai Holler
f9cd9730f7
Add nullability to ASPINRemoteImageDownloader.h
2016-05-07 15:55:00 -07:00
Adlai Holler
2e2ebe8c08
[ASPINRemoteImageDownloader] Replace instancetype with actual class name for shared instance
2016-05-07 15:53:28 -07:00
Adlai Holler
33d0919b1f
[ASImageProtocols] Be smarter about nullability with image downloader protocol
2016-05-07 15:50:03 -07:00
Adlai Holler
68e324d2d0
Improve commentary
2016-05-07 15:18:11 -07:00
Adlai Holler
654518b2b9
Fix nullability of ASMultiplexImageNode.imageManager
2016-05-07 15:16:52 -07:00
Adlai Holler
fab117b824
[ASPINRemoteImageDownloader] Call download progress handler
2016-05-07 15:14:30 -07:00
appleguy
0fcd8c96d4
Merge pull request #1634 from hannahmbanana/patch-5
...
[README.md] Removing Slack badge to save server time
2016-05-07 01:20:49 -07:00
Hannah Troisi
9f75e9a8e0
[README.md] Removing Slack badge to save server time
...
Will re-add once we have we have unlimited server time (paid Heroku account or deployed on our own server).
2016-05-07 01:20:13 -07:00
Hannah Troisi
970f0e229c
Merge remote-tracking branch 'facebook/master'
2016-05-07 01:02:41 -07:00
appleguy
d5b6baf669
Merge pull request #1633 from hannahmbanana/patch-4
...
[Update README.md with Slack badge + invite bot]
2016-05-06 23:44:28 -07:00
Hannah Troisi
73850f24bb
[Update README.md with Slack badge + invite bot]
...
- update cocoapods numbers
- add slack badge - clicking it should take you to a slack invite landing page using a slack invite bot hosted on Heroku (Slackin)
2016-05-06 23:43:29 -07:00
Adlai Holler
253692df65
[ASMultiplexImageNode] Do not request already-loaded images from data source to avoid loop
2016-05-06 21:45:31 -07:00
appleguy
c3ae0d7673
Merge pull request #1622 from maicki/ImproveTransitionIDHandling
...
[ASDisplayNode] Improve Transition ID handling
2016-05-06 19:21:50 -07:00
Erekle
c46547ac5f
prototype
...
Added duration detection in ASVideoNode.
2016-05-06 21:41:54 +04:00
Lukas Spieß
5c2d2f3327
Manually open simulator to prevent timeouts in CI runs
2016-05-06 18:11:59 +02:00
Lukas Spieß
0ba2298934
Adjust nullability annotation in BITHockeyManager
...
Fixes #294 and closes #295
2016-05-06 17:58:48 +02:00
Michael Schneider
d1054d6ed9
Move from ASSentinel to a atomic int
2016-05-05 20:25:07 -07:00
Michael Schneider
dc6d2e7660
Improve Transition ID handling
2016-05-05 20:25:07 -07:00
Lukas Spieß
fce02d6172
Update build number
2016-05-06 04:05:48 +02:00
Lukas Spieß
8fcd68b92a
Merge branch 'release/4.1.0-beta.2' into develop
2016-05-06 04:04:51 +02:00
Lukas Spieß
7033abcd90
Update Changelog
2016-05-06 03:44:12 +02:00
Lukas Spieß
cf909db41d
Update version and build numbers to 4.1.0-beta.2
2016-05-06 03:43:07 +02:00
Lukas Spieß
04a8249f38
Merge branch 'master' into develop
2016-05-06 03:42:08 +02:00
Lukas Spieß
84142a471f
Fix typo in Changelog
2016-05-06 03:37:30 +02:00
Lukas Spieß
a5dd30163c
Merge branch 'master' into develop
...
# Conflicts:
# Classes/BITMetricsManager.m
# Classes/BITPersistence.m
# HockeySDK-Source.podspec
# HockeySDK.podspec
# README.md
# Support/buildnumber.xcconfig
# docs/Changelog-template.md
# docs/Guide-Installation-Setup-template.md
2016-05-06 03:27:49 +02:00
Lukas Spieß
56b1348f3b
Merge branch 'release/4.0.1'
2016-05-06 03:11:35 +02:00
Lukas Spieß
63c9c7cf9e
Add note to Readme
2016-05-06 03:08:39 +02:00
Lukas Spieß
61594c6d53
Update Changelog
2016-05-06 03:08:39 +02:00
Lukas Spieß
cc698da854
Update version and build numbers to 4.0.1
2016-05-06 03:08:39 +02:00
Lukas Spieß
2401cd25fc
Fix function declaration position in BITHockeyHelper
2016-05-06 03:08:05 +02:00
Lukas Spieß
f14edc726b
Merge pull request #293 from bitstadium/hotfix/exclude-subfolder-from-backup
...
Only exclude subfolder from backup
2016-05-06 02:17:01 +02:00
Lukas Spieß
c893884787
Set resourceValue after all directories have been created
2016-05-06 02:16:27 +02:00
Lukas Spieß
85a468acb6
Add tests for createDirectoryStructureIfNeeded
2016-05-06 02:16:27 +02:00