489 Commits

Author SHA1 Message Date
Stefan Haubold
eefa48846a fixed deprecation warning for NSString UIKit Constants with iOS6 deployment target 2013-02-20 14:03:42 +01: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
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
Andreas Linde
7f935df4c5 Add a note to the advanced setup documentation what can be found in which branch 2013-01-19 01:17:00 +01:00
Andreas Linde
bba439df78 Some more class documentation improvements 2013-01-19 00:48:18 +01:00
Andreas Linde
20b078e7f6 Some documentation updates for the setup process 2013-01-18 23:54:25 +01:00
Andreas Linde
a0633d68cd Weak linking UIKit is not needed any more 2013-01-18 23:54:11 +01:00
Andreas Linde
5ed788b39a Merge branch 'develop' of github.com:bitstadium/HockeySDK-iOS into develop 2013-01-18 23:44:50 +01:00
Andreas Linde
92cb2d6dcf Show proper missing name or email in the feedback list view button instead of "(null)" string 2013-01-18 23:44:10 +01:00
Andreas Linde
fd6208b533 Only push the user details view automatically onto the feedback list stack once at max
If the required manual user data is missing and the feedback list view appears the user detail view is automatically pushed. Now if the user cancels and goes back to the feedback list, it gets pushed again and so the user can never exit. Instead push this at maximum once. When providing feedback it will ask the missing user details again anyway.
2013-01-18 23:42:37 +01:00
Andreas Linde
01050ea407 Fix bugs when changing require setters of BITFeedbackManager after the setup
If the userName and userEmail delegates are implemented and the requireUserEmail or requireUserName are changed after that, then the user interface is shown even though the delegates define the values and the user shouldn't be able to change that.
2013-01-18 23:37:03 +01:00
Andreas Linde
d1b4d66e9b Merge pull request #22 from garthex/develop
Fix for preprocessor definitions using cocoapods
2013-01-18 03:12:04 -08:00
Kyle Fleming
98003682ea Fix for preprocessor definitions using cocoapods 2013-01-17 18:26:03 -08:00
Andreas Linde
78b2127a92 Exclude UUID fetching from simulator builds (workaround to get unit test targets build without problems)
- This now requires the testing of this feature to be done on an actual device, since it returns always empty strings on the simulator
- Once there is a better solution to get unit test targets build without problems this should be changed again, so testing of this feature is also possible using the simulator
2013-01-15 16:07:17 +01:00
Andreas Linde
8dab0e1d3a Binary UUID fetching may not return nil, otherwise could lead to a crash. Return an empty string instead 2013-01-15 16:03:50 +01:00
Andreas Linde
b1fd327477 Add romanian localization to the project
- Add the credit of the localizer to the header of the file
- Correct one localization bug
- Add the localization to the actual Xcode project
2013-01-09 23:42:25 +01:00
Andreas Linde
b8c4d7657b Merge branch 'develop' of github.com:chitza/HockeySDK-iOS into chitza-develop 2013-01-09 23:37:16 +01:00
Andreas Linde
e0e338ac5a Merge branch 'develop' of github.com:bitstadium/HockeySDK-iOS into develop 2013-01-09 16:55:10 +01:00
Andreas Linde
4a02c8c82f Update localizations provided by wordcrafts.de 2013-01-09 16:51:28 +01:00
Andreas Linde
9f2f40bc06 Update copyright 2013-01-04 14:44:44 +01:00
Andreas Linde
0de9a21de3 More localization updates 2013-01-04 14:34:07 +01:00
Andreas Linde
70c9852a99 Add hints to the documentation on what to do if the build settings don't get passed on 2013-01-04 14:33:33 +01:00
chitza
367c192b95 Romanian localization
Resources for Romanian language
2013-01-04 08:56:20 +02:00
Andreas Linde
3c168bc270 Improve identifier cheek error logging in case live identifier is provided 2012-12-30 17:07:47 +01:00