Andreas Linde
028d0eafed
Improve installation documentation and screenshots
2012-08-08 23:46:17 +02:00
Andreas Linde
c503f53048
Use version number 2.5 for building documentation
2012-08-08 20:27:48 +02:00
Andreas Linde
6791f55a3c
Update PLCrashReporter build
...
This provides symbols, so its calls are also symbolicated
2012-08-08 20:17:35 +02:00
Andreas Linde
17718e7d44
Make sure the binaryImageSort for crash reports is static and doesn't cause link conflicts
2012-08-08 20:16:45 +02:00
Andreas Linde
dd9980f944
Fix App Store detection not working correctly when using configureWithBetaIdentifier: liveIdentifier: delegate:
2012-08-08 15:21:01 +02:00
Stefan Haubold
197ca77719
Update docs/Guide-Migration-Kits-template.md
...
Fixed some markdown formatting issues for migration guide
2012-08-08 14:26:33 +03:00
Stefan Haubold
a195416161
first rough draft of migration guide
2012-08-08 13:13:10 +02:00
Andreas Linde
a3941c5dbc
Small documentation update
2012-08-07 16:14:33 +02:00
Andreas Linde
80dda70552
Use localized app name for dialogs
2012-08-07 16:14:24 +02:00
Andreas Linde
4ed81799d5
Remove not used frameworks
...
They were added by Xcode when creating the project and bundle target
2012-08-07 15:45:49 +02:00
Andreas Linde
1747432028
Add another troubleshooting hint for out of memory crashes that can only be reported by iOS
2012-08-07 13:36:38 +02:00
Andreas Linde
91466456fd
Update documentation for last commit
2012-08-07 13:12:25 +02:00
Andreas Linde
da2bb59c17
For expiry UI use the same UI as for authorization
...
- alert is fallback if window cannot be found
- default view on screen, locking image and text
2012-08-07 12:57:58 +02:00
Andreas Linde
12c981f923
New option to set expiry date for the app
...
Uses neverending UIAlertView by default, can be exchanged by implementing a new delegate. Automatically disabled when the app is running from the App Store.
2012-08-07 02:13:41 +02:00
Andreas Linde
86eaa097f8
Some more documentation updates
2012-08-06 21:30:37 +02:00
Andreas Linde
17c4a94efc
Add changelog to documentation
2012-08-06 20:53:16 +02:00
Andreas Linde
929b942fde
Merge branch 'feature/refactor' into develop
2012-08-06 19:38:15 +02:00
Andreas Linde
7af9c7861f
Improve crash reporting troubleshooting documentation
2012-08-06 17:14:05 +02:00
Andreas Linde
6d79351364
Minor documentation fixes
2012-08-06 14:58:49 +02:00
Andreas Linde
9859335f64
Add option to change the server URL
...
And fix a bug with the disable properties
2012-08-06 14:37:27 +02:00
Andreas Linde
e5a7310e32
Documentation updates
2012-08-06 13:57:51 +02:00
Andreas Linde
93b4f109a7
Fix docu type in example code
2012-08-06 00:27:07 +02:00
Andreas Linde
f259d01135
Add documentation on how to add application log data
2012-08-05 17:50:52 +02:00
Andreas Linde
3597ce25bf
Improve documentation
...
- Better header formatting for DocSet
- More screenshots added
2012-08-05 15:07:18 +02:00
Andreas Linde
3ce5806f95
Add how to documentation for build configuration based setup
2012-08-05 14:29:17 +02:00
Andreas Linde
90759c7788
Add properties allowing to disable crash reporting or beta updates
2012-08-05 01:23:15 +02:00
Andreas Linde
4cb93d66ac
Add new troubleshooting doc about dSYMs and app UDIDs
2012-08-05 01:06:31 +02:00
Andreas Linde
285dabf347
Improves sample code for last commit
2012-08-04 16:30:44 +02:00
Andreas Linde
e624fb71ab
Add documentation for How to handle crashes on startup
2012-08-04 16:20:55 +02:00
Andreas Linde
01fea4fca2
Fixed removing missed out ivar of feedback commit
2012-08-04 15:18:35 +02:00
Andreas Linde
d866572349
Fix russian localization
2012-08-04 13:53:49 +02:00
Andreas Linde
41065796a6
Remove crash reporting feedback feature for now
...
Removed this feature for now, since it requires a major redesign on the server and SDK. If really need this feature, please use the former SDKs.
2012-08-04 13:53:49 +02:00
Andreas Linde
690b0a18d0
Get rid of Xcode warning for framework target
...
This has luckily no effect, since resources are handled in another target, otherwise this would cause .png and @2x.png files to be merged into .tiff which won't work on iOS
2012-08-03 15:33:49 +02:00
Andreas Linde
ff43962227
Added updates from Saul back in
2012-08-03 00:08:46 +02:00
Andreas Linde
85ad2293b1
Update PLCrashReporter with removed symbols
...
Will fix warnings when creating the apps dSYM
2012-08-02 23:57:24 +02:00
Andreas Linde
2f86de67a3
Documentation updates
2012-08-02 21:52:18 +02:00
Andreas Linde
5250d20dd3
Xcode updates
2012-08-02 21:51:07 +02:00
Andreas Linde
f3c5b8b5e6
Fix some compiler warnings
...
These seem to appear if the project is ARC based, even though this lib is non ARC as of now
2012-08-02 12:32:40 +02:00
Saul Mora
913c51fafb
update read me
2012-08-01 14:42:56 -06:00
Andreas Linde
3f529f8c2e
Add installation documentation improvements
...
Still work in progress
2012-08-01 19:18:54 +02:00
Andreas Linde
bb92accaf2
Update Portuguese-BR Localization
...
Translated by Everton Cunha ever.cunha@gmail.com on 07/30/12
2012-07-31 16:47:22 +02:00
Andreas Linde
a86342354c
Remove update settings page translations
...
Since the UI was already removed too
2012-07-31 16:45:07 +02:00
Andreas Linde
445b46191e
Xcode project fixes
...
- set proper #define for static builds
- don't combine resources into tiff for the bundle
2012-07-31 15:56:18 +02:00
Andreas Linde
426efeae72
Fix framework build problems
...
and static lib Xcode 4.5 issues (armv6 not available any more showed warnings)
2012-07-27 14:46:56 +02:00
Andreas Linde
7ead5d998b
Restructure (crash) manager internals
...
- Write all temp data into the same directory under caches/<sdkidentifier>/...
- Write approved crashes into its own plist instead of user defaults
- Use a temp file for analyzing crash report file instead of user defaults boolean
- Fix some define namings
2012-07-27 12:03:40 +02:00
Andreas Linde
e31cdb41ab
Fix memory mgmt bug
2012-07-26 15:30:14 +02:00
Andreas Linde
23e2183c87
Fix finding the resource bundle
2012-07-24 23:43:58 +02:00
Andreas Linde
a334952b37
Small documentation fix
2012-07-24 19:38:02 +02:00
Andreas Linde
840432acc1
Rename loggingEnabled property to debugLogEnabled
2012-07-24 13:42:03 +02:00
Andreas Linde
6a6da9e6ef
Provide a new property for setting the crash manager status
...
This allows to disable the crash manager, or set the default sending to always ask or autosend
2012-07-23 18:25:31 +02:00