14914 Commits

Author SHA1 Message Date
Lukas Spieß
b5348f7dcb Types should start with a capital letter 2014-04-24 16:38:23 +02:00
Lukas Spieß
10c5475a02 make method signature consistent and reflect those changes in documentation 2014-04-24 16:32:34 +02:00
Lukas Spieß
3fd8cdc7e0 replace ugly block notation with clean typedef 2014-04-24 16:11:34 +02:00
Lukas Spieß
f8561afacc Updates documentation 2014-04-24 16:11:05 +02:00
Lukas Spieß
1311846241 update method signature 2014-04-24 16:10:12 +02:00
Lukas Spieß
4aee9f81b5 Small optimizations 2014-04-24 15:38:31 +02:00
Lukas Spieß
27cc84a84c Maybe a switch case should return a value... 2014-04-24 15:38:10 +02:00
Lukas Spieß
a05e15463b Update tests for new method syntax 2014-04-24 15:37:34 +02:00
Lukas Spieß
15582b7734 Cleanup and small logic error fix 2014-04-24 12:32:01 +02:00
Lukas Spieß
7a5077e7c1 semi-working prototype of custom Alert 2014-04-23 16:09:23 +02:00
Andreas Linde
b15e588eac Merge pull request #101 from tewha/flags
Flags
2014-04-22 21:50:13 +02:00
Steven Fisher
f30129bb34 Remove +x from LICENSE. 2014-04-22 12:46:31 -07:00
Steven Fisher
0e9e0e8736 Remove x flag from BITAttributedLabel. 2014-04-22 12:45:06 -07:00
Lukas Spieß
d22fb02ec2 Add ability to add a description to a crash report 2014-04-22 17:52:14 +02:00
Andreas Linde
fd35eee132 Update CocoaSpec with a fix for some rare integration issues 2014-04-21 16:50:25 +02:00
Andreas Linde
68a17f8b05 Merge branch 'release/3.5.5' into develop 2014-04-21 16:28:23 +02:00
Andreas Linde
97243cdb65 Merge branch 'release/3.5.5' 2014-04-21 16:27:57 +02:00
Andreas Linde
d12cc7447e 3.5.5 release and documentation updates 2014-04-21 16:23:15 +02:00
Andreas Linde
07d91bc54e Update PLCrashReporter
Includes two more fixes post PLCR RC5 release: https://opensource.plausible.coop/bugs/browse/PLCR-542 and https://opensource.plausible.coop/bugs/browse/PLCR-539
2014-04-21 15:58:12 +02:00
Andreas Linde
20c73dcdc3 Send each crash report using an individual network request 2014-04-18 00:20:27 +02:00
Andreas Linde
973e130325 Migrate BITCrashManager to use BITHockeyAppClient 2014-04-17 22:50:22 +02:00
Lukas Spieß
91698b85a3 updates formatting and documentation 2014-04-16 17:12:17 +02:00
Lukas Spieß
954e5c9ac2 add tests for handleUserInput method 2014-04-16 15:31:31 +02:00
Lukas Spieß
68c7fd95b4 makes enum more explicit 2014-04-16 12:51:51 +02:00
Lukas Spieß
9f9f44916a adds public method to handle user input from an alert view 2014-04-16 12:51:39 +02:00
moritz haarmann
3aa45bbb9f + Added preliminary load mechanics for Feedback Images. 2014-04-16 11:24:39 +02:00
moritz haarmann
5038c3e4e9 + Fixed a problem where missing file names would prevent the submittal of attachments. 2014-04-15 17:25:06 +02:00
moritz haarmann
f9b76db0d7 + Resolves a scaling issue. 2014-04-15 17:06:12 +02:00
moritz haarmann
d3d872fb82 + Fixes a problem with more than 3 attachments. 2014-04-15 17:06:06 +02:00
moritz haarmann
1df69d131a + Preselecting an attachment works. 2014-04-15 16:29:51 +02:00
moritz haarmann
d891af1929 + Fixes a layout problem in the attachment gallery. 2014-04-15 16:13:53 +02:00
Andreas Linde
e62aa1c6e4 Integrate PLCrashReporter 1.2 RC 5 2014-04-12 22:03:37 +02:00
moritz haarmann
b230c964a6 + WIP 2014-04-11 17:43:34 +02:00
moritz haarmann
cf17b298a7 + Fixes an iOS6 Crash in the gallery-component. 2014-04-11 16:52:41 +02:00
moritz haarmann
5e7ff0043f + Fixes List Display of Attachments for iOS6 2014-04-11 16:52:30 +02:00
moritz haarmann
6151ed6ac7 + Adapted Add Photo Layout to iOS6 style. 2014-04-11 15:01:24 +02:00
moritz haarmann
96c60ec394 + Added Icons to the Editing Screens. 2014-04-11 14:57:23 +02:00
moritz haarmann
98eb731271 Merge remote-tracking branch 'origin/develop' into feature/feedback_screenshot 2014-04-09 12:00:35 +02:00
Andreas Linde
06adc38535 Add a generic object which contains some basic information about the crash in the last session 2014-04-04 15:21:31 +02:00
Andreas Linde
e66714afca Define our own crash callback struct, so we don't need the PLCrashReporter headers to be public any longer 2014-04-04 15:15:48 +02:00
Andreas Linde
fa14aec66e Remove the CISimple specific part of the framework build script 2014-04-04 13:14:35 +02:00
Andreas Linde
1f96aaab5e Fix installString not being added to the crash report 2014-04-04 13:12:39 +02:00
Andreas Linde
28f15120a3 Fix keychain warning alert showing app on app launch, if keychain is locked
This could happen if the app is launched via background fetch right when the device started and before it is unlocked by the user.
2014-04-01 16:06:32 +02:00
Lukas Spieß
50b0eb9bd1 remove unnecessary property 2014-03-28 12:39:06 +01:00
Lukas Spieß
c62b444272 start refactoring AlertView delegate 2014-03-28 12:30:45 +01:00
Andreas Linde
0765c93f1b Fix manually calling checkForUpdate on BITUpdateManager with updateSetting=BITUpdateCheckManually not working 2014-03-27 18:59:18 +01:00
Andreas Linde
2e35437c9c Improve last commit by removing conditional 64bit compile
Again thanks to @0xced :)
2014-03-27 00:20:15 +01:00
Andreas Linde
b5087a61c4 Improve fetching of current binaries UUID
- This now also works with unit tests
- Fixed BITStoreUpdateManager for now failed unit tests
- Fixed a typo

Thanks to @0xced !
2014-03-27 00:13:27 +01:00
Andreas Linde
6db478b452 Add some tests for BITFeedbackManager and user meta data properties 2014-03-24 15:47:22 +01:00
moritz haarmann
252137463c + Refined the documentation 2014-03-24 12:07:03 +01:00