This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixes #753
(and make linter happy by adding a newline)
…alyzer-Warnings Fix TTLayoutManager analyzer warnings
…ackBox]
this came up in iOS 5. Probably setting the size of the activityIndicator to 24x24 fixed this before
fixes #715
setting Run to yes allows us to run the unit-test from the commandline with xcodebuild
declare TTIsInDebugger explictly as a C function, so
projects using (Obj)C++ and including Three20 don't
bail
fixes #779
The UIPopoverController designated initializer is -initWithContentViewController:. Sending -init throws an exception (tested on iOS 4.3 and 5.1).
…h-in-navigator Fix popover crash in navigator
UITouch ivars have been removed of the iOS 6 SDK headers: private API access in UIViewAdditions breaks the build on iOS 6. The flag to activate the UITouch extensions is now more strict, so that it is not enabled by default in debug builds, and require an explicit setting.
…on-private-ivars Conditionally disable access to private UITouch ivars (fix broken build with iOS 6 SDK)
In addition to documents:// add an internal cache:// URL which allows easy fetching of data from ~/Library/Caches
so the ones from xcconfig file are used
this makes building with xcodebuild at bit easier, as i386 is now explicitly listed
* remove dups from Library.xcconfig * move VALID_ARCHS to Project.xcconfig
Removed call to deprecated setStatusBarHidden:animated: and old code wrapped in __IPHONE_3_2 macro, since we now target iOS 4+. Added pragma to ignore deprecated declarations in handling keyboard notifications.
fixed a few iOS 6 deprecation warnings
In order to have the rotation callbacks being called on iOS 6, set the root view controller explictly on the UIWindow.
Fixed rotation on iOS 6
Squashed commit of the following: commit e74d33c Author: Toan Nguyen <toan.nguyen@infocube.ch> Date: Tue Oct 16 17:32:36 2012 +0700 Correct config at one place. commit 6b26e82 Author: Toan Nguyen <toan.nguyen@infocube.ch> Date: Tue Oct 16 10:12:30 2012 +0700 Fix build errors on real devices. + drop of armv7s closes facebookarchive#824
tonklon
added a commit
that referenced
this pull request
Jun 27, 2013
This will be the final 'release' of Three20. It is just everything that piled up on development.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just use current development branch as the final release. See #832