Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Mark the final 'release' #833

Merged
merged 34 commits into from
Jun 27, 2013
Merged

Conversation

diederich
Copy link
Contributor

Just use current development branch as the final release. See #832

diederich and others added 30 commits January 21, 2012 14:36
(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.
diederich and others added 4 commits September 26, 2012 03:22
In order to have the rotation callbacks being called on iOS 6, set the root view controller explictly on the UIWindow.
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.
@tonklon tonklon merged commit 7e7739d into facebookarchive:master Jun 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants