14914 Commits

Author SHA1 Message Date
Mark LIlback
42b645d245 Update BITHockeyManagerDelegate.h
documentation fixes
2013-09-18 15:58:50 -04:00
Andreas Linde
6a7f3fce37 Change BITStoreUpdateManager default check interval to weekly
Since iOS 7 provides auto update, this setting is potentially less nagging on people having auto updates activated and where updates just didn't go through yet
2013-09-17 20:09:11 +02:00
Andreas Linde
e3d44f3709 Some more documentation improvements 2013-09-17 20:08:11 +02:00
Andreas Linde
18202819c7 Update to version 3.5.0 Beta 3 2013-09-17 18:50:24 +02:00
Andreas Linde
ddef584d1e Add How to for Authenticating iOS Users with BITAuthenticator 2013-09-17 18:50:12 +02:00
Andreas Linde
9f28d4ae25 Workaround for iOS 7 bug with multiple modal view controllers in landscape on iPad
The feedback compose view will be moved out of the center position (only iPad in landscape and iOS 7) if the textview becomes firstResponder in viewDidAppear. Moving that into the next runloop fixes the issue.
2013-09-17 15:33:23 +02:00
Thomas Dohmke
0d67c5d2cd bit_appAnonID already checks for the identifierForVendor. 2013-09-17 13:45:06 +02:00
Thomas Dohmke
63882f30c0 Don't use identifierForVendor on iOS 5. 2013-09-17 13:39:56 +02:00
Andreas Linde
19f6e768c0 Update to version 3.5.0 Beta 2 2013-09-16 18:34:47 +02:00
Andreas Linde
64d7700ad7 Add CPU_SUBTYPE_ARM_ALL to identify arm64, just in case
OS X lipo is returning this subtype, but we don't know for sure until we have a device
2013-09-16 14:27:41 +02:00
Andreas Linde
d7b334bc3a More documentation improvements 2013-09-16 14:13:27 +02:00
Andreas Linde
9e0db07308 Add support for background fetch in BITUpdateManager
Checks for updates will only be done if the app is in the foreground. This is just for double safety, since the BITAuthenticator already reports that the app is not validated in this case
2013-09-16 13:53:07 +02:00
Andreas Linde
3132b6d83b Add support for background fetch in BITStoreUpdateManager
Checking for new app store updates and showing an alert will only be done if the app is in the foreground
2013-09-16 13:45:18 +02:00
Andreas Linde
7e543830e6 Add support for background fetch in BITFeedbackManager
Fetching of new messages and showing an alert will only be done if the app is in the foreground
2013-09-16 13:38:55 +02:00
Andreas Linde
3273fdd06a Add support for background fetch in BITCrashManager
Automatic sending crash reports or alert asking the user for permission to send crash reports will only appear if the app is running in the foreground
2013-09-16 13:19:13 +02:00
Andreas Linde
88b50694d7 Documentation improvements 2013-09-16 12:53:40 +02:00
Thomas Dohmke
fed4684969 Merge pull request #56 from florianbuerger/develop
Update podspec for 3.5.0b1
2013-09-16 02:44:16 -07:00
Stephan Diederich
fda20a3716 fix authentication dialog presented when application wakes up in background
when startManager is called, it doesn't mean  the app is actually active,
e.g. in iOS7 when a background download finished.
So check for active state in startManager and potentially wait for an
didBecomeActive notification.
2013-09-15 20:58:12 +02:00
Stephan Diederich
4ccae96cd9 fix duplicate count of installation
even in "optional identification"-mode set the "validated"
flag only once the use either did identify himself or skipped
it.
2013-09-15 18:02:11 +02:00
Stephan Diederich
a4bc855705 cleanup, remove additional early return 2013-09-15 17:57:01 +02:00
Andreas Linde
d83157d352 Fix a crash with the update view running on iOS 5 and 6 2013-09-15 17:20:36 +02:00
Andreas Linde
a193ce93ab Fix BITUpdateManagerViewController not showing any versions 2013-09-15 14:16:31 +02:00
Andreas Linde
69d1ee476f Fix documentation formatting of sample code 2013-09-15 14:01:54 +02:00
Florian Buerger
a2b65c6920 Update podspec for 3.5.0b1 2013-09-15 12:33:21 +02:00
Andreas Linde
7dfa7f1520 Make sure the simulator build also contains x86-64 slice 2013-09-14 00:32:01 +02:00
Andreas Linde
f129857782 Include a PLCrashReporter build that includes a x86-64 slice 2013-09-14 00:31:46 +02:00
Andreas Linde
6837504723 Merge pull request #55 from ksuther/develop
Duplicate code removal, adding missing break, and changed indent settings.
2013-09-13 14:35:15 -07:00
Kent Sutherland
6f3a0a28c5 Set indentWidth and tabWidth to 2 in the Xcode project. 2013-09-13 15:20:39 -04:00
Kent Sutherland
aeb64a7da4 Pulled architecture detection out into a separate method to eliminate duplicate code.
Added break for CPU_SUBTYPE_ARM_V8 to avoid falling through to the default case.
2013-09-13 15:20:22 -04:00
Andreas Linde
955fe9c2eb Documentation updates and fixes 2013-09-13 17:29:00 +02:00
Stefan Haubold
e48ce59934 delay start of authentication manager 2013-09-13 16:41:51 +02:00
Andreas Linde
620ad3142a Small changelog fix and added missing item 2013-09-13 14:09:31 +02:00
Andreas Linde
23ec4f9320 Use custom build arch setting to it works in Xcode 4.6 too 2013-09-13 11:25:42 +02:00
Stefan Haubold
7afedd5132 UIButtonTypeSystem isn't available before iOS 7 use own kBITButtonTypeSystem instead 2013-09-13 11:00:04 +02:00
Andreas Linde
80981488e5 Merge branch 'refs/heads/develop-public' into develop
Conflicts:
	README.md
2013-09-12 23:14:43 +02:00
Andreas Linde
596d218128 Add missing public headers 2013-09-12 23:12:12 +02:00
Andreas Linde
754479b17f Bump version string to 3.5.0b1 2013-09-12 22:47:50 +02:00
Andreas Linde
51f44c7124 For a start copy the new strings into all language files 2013-09-12 22:45:03 +02:00
Andreas Linde
64a168502e Move new auth strings into language file 2013-09-12 22:32:44 +02:00
Stephan Diederich
b23d4f3eb4 Merge branch 'feature/#19-verifyBetaUsers' into develop
meh, always update before doing work…
Conflicts:
	Classes/BITAuthenticator.m
	Classes/HockeySDK.h
2013-09-12 22:23:03 +02:00
Stephan Diederich
681c67a9dd redo authentication response parsing
* first check for HTTP Status codes
* then do parsing if it was a 200
* fix typo in error messages
* be more specific about the response
2013-09-12 22:16:44 +02:00
Landon Fuller
f67be75ef8 Note that the arm64 support is experimental. 2013-09-12 14:06:48 -04:00
Thomas Dohmke
40c0496af7 Update Changelog-template.md 2013-09-12 19:49:00 +02:00
Andreas Linde
c627b10539 Update readme 2013-09-12 18:40:54 +02:00
Andreas Linde
04c2976fd4 Add ARM64 define if not present on the build system 2013-09-12 18:40:42 +02:00
Andreas Linde
9c0427d392 Update changelog and some documentation fixes 2013-09-12 15:08:29 +02:00
Thomas Dohmke
49e99fb884 Fix typo. 2013-09-12 15:05:43 +02:00
Thomas Dohmke
f33c7c5542 Update documentation. 2013-09-12 15:05:05 +02:00
Thomas Dohmke
314ad65152 Update documentation. 2013-09-12 14:55:22 +02:00
Andreas Linde
e5c59993a8 Fix filename of a documentation file 2013-09-12 13:05:00 +02:00