Commit Graph

25012 Commits

Author SHA1 Message Date
Murat Baysangurov
91f0258a06 Unit tests updated for handling getResourceValue async call 2017-08-01 16:32:47 +03:00
Murat Baysangurov
b653019143 Calling getResourceValue asynchronously 2017-08-01 15:31:34 +03:00
Benjamin Scholtysik (Reimold)
3258b89b21 Merge pull request #439 from bitstadium/feature/clean-up-bump-version
Feature/clean up bump version
2017-07-31 16:04:03 -07:00
Benjamin Scholtysik (Reimold)
346258be9f One more cleanup in the project file 2017-07-31 14:18:04 -07:00
Ofer Morag
0f9645c5a2 Update scroll-node.md (#484)
* Update scroll-node.md

Regarding the last sentence: “As you can see, the `scrollNode`'s underlying view is a `ASScrollNode`.”:
1. I think that `ASScrollNode` should be replaced with `UIScrollView`.
2. But — not sure how can it be seen from this example...

* Update scroll-node.md

Removed the last sentence, as it did not make sense, and probably left there from previous editions.
2017-07-31 10:37:28 -07:00
Benjamin Scholtysik (Reimold)
47da919798 Remove MACOSX deployment target from project. 2017-07-31 09:43:03 -07:00
Peter
21a0e3b985 no message 2017-07-31 19:29:43 +03:00
brandon_withrow
4f92d6a3c1 Removed Old Renderer 2017-07-28 17:14:59 -07:00
brandon_withrow
5a1056e53d Removed Old Renderer 2017-07-28 17:11:10 -07:00
brandon_withrow
e858c6afd1 Removed old rendered 2017-07-28 17:10:29 -07:00
overtake
5b3825cde2 copy mtapienvironment 2017-07-29 02:19:16 +03:00
brandon_withrow
502b18ff46 Initial Commit of the new Lottie Renderer V2 2017-07-28 14:46:27 -07:00
Ofer Morag
858fa11ac3 Update adoption-guide-2-0-beta1.md (#483)
* Update adoption-guide-2-0-beta1.md

- Removed the “number” looks like a mistake
- Changed `"` to `“` to match the ending sign

* Update adoption-guide-2-0-beta1.md

Changing both sign to non-smart
2017-07-28 14:44:16 -07:00
overtake
734406407c Merge branch 'master' of https://github.com/peter-iakovlev/MtProtoKit 2017-07-28 23:54:42 +03:00
Peter
4f099d073c no message 2017-07-28 23:54:07 +03:00
Ofer Morag
c2f6b90c9d Update subclassing.md (#479)
* Update subclassing.md

* Update subclassing.md

Lowered-case the "i".
2017-07-28 09:36:49 -07:00
Peter
6f2dd7df52 Merge commit 'e09a0aad770c2f99f8a398e5c4a7334603293d78' 2017-07-28 18:25:48 +03:00
Peter
0b765716f5 no message 2017-07-28 18:25:31 +03:00
Peter
e09a0aad77 no message 2017-07-28 18:16:18 +03:00
Peter
786ba81947 Merge commit '645e4f0c0325cf681a28ab752a77b961cc154149' into HEAD 2017-07-28 16:56:34 +03:00
Peter
99b1dfb46e no message 2017-07-28 16:56:18 +03:00
Peter
8533ef853f no message 2017-07-28 16:50:06 +03:00
Benjamin Scholtysik (Reimold)
75dba0c068 Merge pull request #442 from bmourat/fix/remove-warnings-in-tests
Remove warnings
2017-07-27 16:58:37 -07:00
Grishka
01f27014b2 Bugfix 2017-07-27 19:47:10 +03:00
Peter
dc9a3e7399 no message 2017-07-27 15:29:05 +03:00
Murat Baysangurov
f0fbda09a0 Fixed activityViewController property synthesize warning in BITFeedbackActivity 2017-07-27 15:02:48 +03:00
Murat Baysangurov
c8f3bf8e6d Fixed “cast drops const qualifier” warnings 2017-07-27 15:01:58 +03:00
Murat Baysangurov
97cdcc3f3f Fixed “deprecated implementations” and “direct ivar access” warnings 2017-07-27 14:53:19 +03:00
Murat Baysangurov
b421b3a3ae Conversion warnings fixed 2017-07-27 14:30:32 +03:00
Murat Baysangurov
520bf53fa7 Added xcconfig file for tests 2017-07-27 14:30:16 +03:00
Murat Baysangurov
b99aee420f Different warnings fixed 2017-07-27 13:51:01 +03:00
Murat Baysangurov
0f08b72f2d Fixed “unused variables” warnings 2017-07-27 13:14:35 +03:00
Murat Baysangurov
6b075b0d2c Fixed “ivar direct access” warnings 2017-07-27 13:11:12 +03:00
Murat Baysangurov
5ed712e210 Fixed bug in BITHockeyManager 2017-07-27 12:17:47 +03:00
Murat Baysangurov
f265ebb069 NSURLConnection removed 2017-07-27 11:08:40 +03:00
appleguy
9a14f279aa [ASNodeController] Add -nodeDidLayout callback. Allow switching retain behavior at runtime. (#470)
With these changes, I'd also like to propose that we move ASNodeController
out of Beta (renaming the files without +Beta). Let me know what you think!

Because we don't support ASNodeController directly in ASCV / ASTV, it is still
important to allow flipping the ownership in certain cases (in particular, for
root CellNodeController objects that should follow the lifecycle of the
ASCellNode rather than owning the ASCellNode).
2017-07-27 01:07:53 -07:00
Adlai Holler
01c14f0fc2 Invalidate layouts more aggressively when transitioning with animation (#476)
* Be more aggressive at invalidating layouts during transitions, add a debug method, fix some build errors when verbose logging

* Add a changelog entry
2017-07-26 22:27:58 -07:00
Benjamin Scholtysik (Reimold)
0ebd64092a Bump min iOS version to 8 in podspecs 2017-07-25 19:09:28 -07:00
Benjamin Scholtysik (Reimold)
ade322eaf1 Merge branch 'feature/clean-up-bump-version' of https://github.com/bitstadium/HockeySDK-iOS into feature/clean-up-bump-version 2017-07-25 19:06:03 -07:00
Benjamin Scholtysik (Reimold)
d84a5677c3 bump to iOS 8 and some obvious cleanup code 2017-07-25 19:05:56 -07:00
Benjamin Scholtysik (Reimold)
d2a014bc66 Merge pull request #440 from bitstadium/fix/use-copy-for-NSString
Use copy attribute for properties of type NSString
2017-07-25 19:05:15 -07:00
Benjamin Scholtysik (Reimold)
de5414b683 Use copy attribute for properties of type NSString 2017-07-25 16:46:37 -07:00
Benjamin Scholtysik (Reimold)
488f77a50f Merge branch 'develop' into feature/clean-up-bump-version 2017-07-25 16:06:39 -07:00
Ofer Morag
7b054582cd Update image-modification-block.md (#474)
* Update image-modification-block.md

Just some minor proposals for improvements:
- Removed white spaces, which caused the first line in the image modification block to be shown a bit "messy"
- Using the Null coalescing operator in the following line

* Update image-modification-block.md

Now, with the second change as well.
2017-07-25 14:41:35 -07:00
Benjamin Scholtysik (Reimold)
a398b986d7 Merge pull request #438 from bitstadium/fix/fix-distribution-target
Add macros for different flavors of SDK.
2017-07-25 14:22:23 -07:00
Benjamin Scholtysik (Reimold)
82ae68f282 bump to iOS 8 and some obvious cleanup code 2017-07-24 15:31:14 -07:00
Benjamin Scholtysik (Reimold)
71419b0575 Add macros for different flavors of SDK. 2017-07-24 15:23:32 -07:00
Benjamin Scholtysik (Reimold)
2478642d13 Merge pull request #437 from bmourat/fix/all-warnings
Fix all warnings
2017-07-24 14:44:57 -07:00
Peter
f9bfb3a510 no message 2017-07-24 20:40:31 +02:00
Huy Nguyen
8b397cd04e [Layout transition] Invalidate calculated layout if transitioning using the same size range (#464)
* Invalidate the calculated layout transitioning using the same size range
- It's possible that -transitionLayoutWithSizeRange: can be called with the same size range used for previous layout passes. In that case, it's necessary to invalidate the current layout to avoid it being reused later on in the process.

* Fix CHANGELOG
2017-07-24 11:00:43 -07:00