16 Commits

Author SHA1 Message Date
Andreas Linde
c1d75806c7 Minor code cleanup in Feedback component 2014-06-20 16:43:58 +02:00
Matthias Wenz
d18183f3ae cleanup/normalize method naming and braces 2014-06-02 10:39:45 +02:00
Andreas Linde
3cf56aa9d6 Various fixes and documentation improvements 2014-05-27 23:43:37 +02:00
Andreas Linde
b48bb8fb12 Cleanup and bugfixes
- Remove not used code
- Fixed some code style
- use a subdirectory in the SDK caches folder, instead of creating another folder directly under caches
- Height of feedback cells only considers attachments that actually can be previewed.
- If an attachment has no source URL and no local URL, don't show it, not even a loading placeholder, don't consider to reserve space in the cell for it
- refresh attachment cache when new data is loaded or one or all message(s) with attachments have been deleted locally
- `feedbackObservationMode` is a property instead of a method
2014-05-25 18:55:24 +02:00
moritz haarmann
ef6d5224da + Some corrections regarding the display and loading of attachments.
- Attachments are no longer displayed in a cell if the system indicates that they cannot be displayed.
- Fixed a bug that prevented devices running iOS6 from displaying attachments in the Overview List.
2014-05-21 15:10:21 +02:00
moritz haarmann
3aa45bbb9f + Added preliminary load mechanics for Feedback Images. 2014-04-16 11:24:39 +02:00
moritz haarmann
47594faf5f + Improved Persistence handling. 2014-02-18 11:56:07 +01:00
moritz haarmann
38af43bdb5 + Changing machines.. 2014-02-17 21:04:03 +01:00
moritz haarmann
36371dcd30 + Finalized preliminary feedback support. Now comes the polish. 2014-02-13 11:04:32 +01:00
Andreas Linde
235f7ac9fe Updated copyright for 2014 2014-01-12 19:25:22 +01:00
Andreas Linde
d7ae69860d Various documentation fixes and updates 2013-09-12 12:21:12 +02:00
Andreas Linde
9f2f40bc06 Update copyright 2013-01-04 14:44:44 +01:00
Andreas Linde
12c092594c Add check for newline at EOF and fix where it is missing 2012-11-21 15:49:59 +01:00
Andreas Linde
ed63a5a7b9 Send userID as extra value in crash reports and feedback if available 2012-10-19 17:34:23 +02:00
Andreas Linde
d884936029 Improve feedback handling
- Messages deleted on the server will be internally marked as being archived
- Pre-send a token for each new message for easier identification and detection of double sending
2012-10-15 00:07:02 +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