27491 Commits

Author SHA1 Message Date
Stephan Diederich
3c25f25945 fix warning 'multiple methods length found'
* method accepts either NSStrings and NSAttributedString: assert on that
* explicitly cast to NSAttributedString to get rid of ambiguity warning
2013-06-20 14:20:32 +02:00
Stephan Diederich
d3696e5c4f fix mem leak 2013-06-20 14:18:28 +02:00
Stephan Diederich
c5499065a3 set ident-width of BitAttributedLabel to 4 spaces
seems this is the used one, so set it in the xcodeproject
2013-06-20 14:18:13 +02:00
Andreas Linde
84e63761dc Adjust size of name and email textfields in feedback UI
Now resizes with device rotation on non iPad and uses max width on both device types.
2013-06-04 15:10:57 +02:00
Andreas Linde
d21b7b001c More changes to the behavior of first forced user data and compose UI presentation
This is a change to previous behavior! Now the SDK by default shows the user data UI and subsequent compose UI always modally to ensure proper functionality on all scenarios the feedback viewer can be presented.

The new property `showFirstRequiredPresentationModal` in `BITFeedbackManager` can be set to `NO` if the previous behavior of pushing the UI and Compose view onto the stack, when those are being forced to be shown on the first presentation of the feedback UI. Especially if you present the UI in a popover, you should NOT change this property!
2013-06-04 14:54:04 +02:00
Andreas Linde
6960618748 Bugfix for a push animation warning appearing when presenting feedback view in a popover and requiring userdata 2013-06-04 02:13:57 +02:00
Stefan Haubold
407c04b384 Suggest only CONFIGURATION_AppStore 2013-05-15 14:25:41 +03:00
Andreas Linde
f11f1a454a Merge pull request #40 from bdewater/develop
update podspec post_install hook to use library_representation
2013-05-14 06:49:44 -07:00
Bart
89b575c09a update podspec post_install hook to use library_representation 2013-05-14 15:08:35 +03:00
Andreas Linde
93c2f05fac Use Keychain for some data
- Added SFHFKeyChainUtils with BIT prefix
- Save username, email or userid (if provided by the app or the user) in the keychain instead of user defaults or property files
2013-05-09 16:45:58 +02:00
Andreas Linde
89fa399787 Fix double definition of private method and add handling for unlikely malloc failure 2013-05-09 13:43:41 +02:00
Andreas Linde
f07efd3996 Remove unnecessary checks 2013-04-23 18:18:38 +02:00
Andreas Linde
4c7ab219d3 Merge branch 'develop' of github.com:bitstadium/HockeySDK-iOS into develop 2013-04-23 18:13:00 +02:00
Andreas Linde
feeb8ef4b1 Make sure the SDK doesn't crash comparing data when the server returns invalid data 2013-04-23 18:12:50 +02:00
Andreas Linde
f14153c388 Fix converting long executable names
The name should have a space at the end, so it is separated from the address field
2013-03-25 19:12:29 +01:00
Andreas Linde
ec458234ea Minor analyzer fixes 2013-02-23 15:19:36 +01:00
Thomas Dohmke
79442a5a0a Update README.md 2013-02-20 15:11:03 +01:00
Thomas Dohmke
06d7b536b2 Add link to nightly builds. 2013-02-20 15:10:29 +01:00
Andreas Linde
4ca215f6cc Merge pull request #34 from Soph/develop
fixed deprecation warning for NSString UIKit Constants
2013-02-20 05:07:16 -08:00
Stefan Haubold
eefa48846a fixed deprecation warning for NSString UIKit Constants with iOS6 deployment target 2013-02-20 14:03:42 +01:00
Andreas Linde
abfc1ed3a5 Merge pull request #33 from Soph/develop
fixed warning "dismissModalViewControllerAnimated is deprecated"
2013-02-20 04:46:20 -08:00
Stefan Haubold
bafd9a0fff fixed "dismissModalViewControllerAnimated is deprecated" warning when compiling the SDK with deployment target 6.0 2013-02-20 13:38:48 +01:00
Andreas Linde
abc639c18c Improve and fix adjusting status bar style
- Only adjust the status bar style, if the navigation bar style is the default one
- Fix a bug not resetting the status bar style correctly when presenting the update view in a navigation bar stack
2013-02-17 19:08:44 +01:00
Thomas Dohmke
b792ee9ccd Fix typo 2013-02-12 23:10:53 +01:00
Andreas Linde
b4fb498c4d Fixed some more links in the documentation 2013-02-12 18:22:36 +01:00
Andreas Linde
3fa58a2870 Fix some links and headers in the documentations 2013-02-12 17:02:30 +01:00
Andreas Linde
18a3e93424 Merge branch 'release/3.0.0'
Conflicts:
	Classes/BITCrashManager.m
	Classes/BITCrashReportTextFormatter.m
	Classes/BITHockeyHelper.m
	Classes/BITUpdateManager.m
	Classes/HockeySDK.h
	Classes/HockeySDKPrivate.m
	HockeySDK.podspec
	README.md
	Support/buildnumber.xcconfig
	docs/Changelog-template.md
2013-02-12 16:44:09 +01:00
Andreas Linde
2fc559403e Bump version to 3.0.0 build 17 2013-02-12 16:28:47 +01:00
Andreas Linde
f25d27aa73 More documentation improvements 2013-02-12 15:02:21 +01:00
Andreas Linde
4a0ed3a41d Merge pull request #32 from krohling/develop
Updating script to copy artifact to output dir on cisimple
2013-02-11 11:40:28 -08:00
Thomas Dohmke
2b47c325cc Update docs/Changelog-template.md 2013-02-11 18:30:55 +01:00
Kevin Rohling
9e51b1cd89 Updating script to copy artifact to output dir 2013-02-10 14:21:19 -08:00
Andreas Linde
b490ae6144 More documentation updates preparing 3.0 release 2013-02-10 18:15:34 +01:00
Andreas Linde
3d812bb8b3 Merge pull request #31 from vargusz/hungarian-localization
Hungarian localization
2013-02-08 04:49:57 -08:00
Gábor Varga
9b59cca316 Add the Hungarian localization to the project. 2013-02-08 12:44:14 +01:00
Gábor Varga
bf688bfbba Hungarian localization. 2013-02-08 11:46:40 +01:00
Andreas Linde
e0d17bdbed Use a better property name in update view for the title texts 2013-02-07 16:46:08 +01:00
Andreas Linde
7fd08e5ddc Fix animation glitch and blurred font in Update View 2013-02-07 16:45:28 +01:00
Andreas Linde
c375241ac6 Update migration documentation 2013-02-07 14:59:27 +01:00
Andreas Linde
e5f58960ac Some more documentation improvements 2013-02-07 14:59:15 +01:00
Andreas Linde
3e18ac13b3 Fix some issues with building documentation
- Add a redirect html page to docs so generated HTML output pages always work
- Ignore Products directory, otherwise appledoc will use that content too and double process lots of header files
2013-02-07 14:58:39 +01:00
Andreas Linde
54519e3815 Merge pull request #30 from kvnsmth/develop
Ignore any build folder
2013-02-04 06:17:07 -08:00
Kevin Smith
14e63a75ce Ignore any build folder
Before build folders under Support wouldn't get ignored.
2013-02-01 11:20:38 -08:00
Andreas Linde
4da5fb3c06 Merge pull request #28 from ministrycentered/develop
Suppress unused warnings from Static analizer
2013-01-28 16:11:37 -08:00
Skylar Schipper
7642229951 Added __attribute__((unused)) to a few properties to suppress unused warning in external variable definitions in Xcode 4.6 2013-01-28 16:06:51 -08:00
Andreas Linde
1e053cf91e Mark deprecated delegates as deprecated
And not only mention it in the documentation
2013-01-28 18:37:26 +01:00
Andreas Linde
ddb8b69ada Small documentation improvements 2013-01-28 18:36:53 +01:00
Andreas Linde
ef25b21695 Bump version to 3.0.0RC1 Build 16 2013-01-21 20:42:38 +01:00
Peter Steinberger
e1d6515b2a Fixes several typos. 2013-01-20 13:01:35 +01:00
Peter Steinberger
2c7728bcb7 Fixes "variable name is shadowed" warnings 2013-01-20 13:01:29 +01:00