Stephan Diederich
96304ac639
factor out BITHockeyAppClient to provide network services
...
* factor out HockeyAppClient
* configure Authenticator with HockeyAppClient
* move appendPostValue to HockeyAppClient (& add the missing boundary parameter)
* move tests over to new file
2013-09-06 17:11:55 +02:00
Andreas Linde
1878e6a7e4
Remove some #warnings
...
There surely will be someone integrating the SDK via source, use iOS 7 as base SDK and enabled to treat warnings as errors.
2013-08-18 17:34:27 +02:00
Andreas Linde
cd7790aec7
Adopt helper for custom UINavigationBars
2013-08-17 16:33:07 +02:00
Andreas Linde
a95b690409
Add helper to create a custom UINavigationBarController
...
This will apply the defined customization settings
2013-08-17 16:29:51 +02:00
Andreas Linde
0a50c94df1
Add possibility to check for iOS 7 or older at runtime
...
This will be needed to adjust UI customizations in iOS7 and later
2013-08-17 16:15:59 +02:00
Andreas Linde
2392e0d169
Merge branch 'refs/heads/develop-public' into develop
2013-08-16 23:13:50 +02:00
Andreas Linde
5de53de18b
change misleading "tintColor" property in BITHockeyBaseManager
2013-08-16 18:11:15 +02:00
Pedro Milanez
e57e6da043
Update to ios6 compatible on Modalviewcontroller
2013-08-14 11:31:52 -03:00
Andreas Linde
0a3ddc1373
Merge branch 'refs/heads/feature/AppStoreUpdate' into develop
2013-07-28 01:53:33 +02:00
Stephan Diederich
5d8f030547
remove initializations
...
the runtime already does a good
job at this
2013-07-27 15:24:35 +02:00
Stephan Diederich
d660dd8b7c
factor out mainBundleIdentifier helper
2013-07-27 15:24:24 +02:00
Andreas Linde
e89564a8d9
First version of new AppStore Update module
2013-07-26 14:46:16 +02: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
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
06441b1260
Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
2012-11-16 21:02:18 +01:00
Andreas Linde
a14fa23f28
Convert to ARC
2012-10-23 16:22:23 +02:00
Andreas Linde
f09ea53fba
Store the app identifier with the feedback thread. So in case they change by accident, new posts will cause a new thread in the current app to be created
2012-10-22 01:10:18 +02:00
Andreas Linde
aee5c4adda
Update update view to be more iOS 6 like
...
Not completely finished yet
2012-10-22 01:08:26 +02:00
Andreas Linde
3cb7a23bd0
Various bug fixes
2012-10-19 13:48:36 +02:00
Andreas Linde
f6f92d2027
Remove some pre-iOS 5 checks that are not needed any more
2012-10-19 00:34:34 +02:00
Andreas Linde
ca08b982c3
Add a UIActivity subclass and the option to invoke compose view from anywhere modally
2012-10-16 01:50:21 +02:00
Andreas Linde
8e7c08b4db
Fix date handling to correctly use UTC date time format
2012-10-15 00:41:43 +02:00
Andreas Linde
9b8f51fe5f
Restructure project targets and binary distribution target
...
- Use one common static lib target
- create embeddedFramework as binary distribution including docset in one zip
- Add HockeySDK.xcconfig for easier build setting setup
- Move everything into a single directory, too many problems making binary and subproject work without requing recursive header search paths
- Documentation update pending
2012-10-07 21:49:47 +02:00