23 Commits

Author SHA1 Message Date
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
9f2f40bc06 Update copyright 2013-01-04 14:44:44 +01:00
Andreas Linde
baf36227ce Fix feedback UI problems on the first appearance when shown in a navigation stack 2012-12-04 23:24:30 +01:00
Stephan Diederich
2de6ed5e8c fix UIActionSheet rotation when presented modally
if the BITFeedbackListViewController is presented
modally (via a UINavigationController) the action sheet
should show in that view.
Basically search for the root- or topmost presented view
controller.
2012-12-04 01:43:10 +01:00
Stephan Diederich
8857fcfecb fix UIActionSheet now showing in UIScrollView
if the BITFeedbackListViewController's view is contained in
a scrollview, the UIActionSheet if offset by the contentOffset
when presented. But as the action sheet is presented in
a separate window, that offset moves it out of the view.
Instead, show the action sheet  in the window's
rootViewController's view.
2012-12-04 00:55:55 +01:00
Andreas Linde
90ecf7311d On first feedback list view appearance, show the user data (if needed) and compose view automatically
Instead of modal presentation, show them pushed on the navigation stack
2012-12-02 02:01:10 +01:00
Andreas Linde
c9c66390ef Add usage of barStyle and tintColor to Activity, compose and user data views 2012-12-02 02:00:13 +01:00
Andreas Linde
4448bdba1f Update buttons in feedback views 2012-11-17 20:48:18 +01:00
Andreas Linde
a14fa23f28 Convert to ARC 2012-10-23 16:22:23 +02:00
Andreas Linde
359ec04f53 Another rotation fix for feedback list view 2012-10-22 01:45:20 +02:00
Andreas Linde
17ed4b962e Feedback list view fixes 2012-10-22 01:13:43 +02:00
Andreas Linde
11a708d446 Improve scrolling performance of list view
UIButton didn't need setMaskToBounds and it caused slow downs and stuttering when scrolling
2012-10-20 22:42:03 +02:00
Andreas Linde
c48ac5b66c Fix open url in a feedback list not working 2012-10-20 21:09:46 +02:00
Andreas Linde
3cb7a23bd0 Various bug fixes 2012-10-19 13:48:36 +02:00
Andreas Linde
4ac8c6e7a8 Fix rotation issues with Feedback list view 2012-10-19 00:25:35 +02:00
Andreas Linde
423bc7ece7 Add copy link to Feedback UI 2012-10-18 01:08:16 +02:00
Andreas Linde
dc654a0a3f Adjusting the feedback UI to use BITAttributedLabel and fix some bugs 2012-10-17 19:20:07 +02:00
Andreas Linde
795381d72f Use AlertView instead of ActionSheet when asking to delete all feedback messages on the iPad 2012-10-15 20:39:54 +02:00
Andreas Linde
147b5ec621 Add support for deleting single or all messages 2012-10-15 19:32:15 +02:00
Andreas Linde
343b8b0abb Fix Feedback list repositioning problem in iOS6 when using pull to refresh and new messages coming in 2012-10-15 01:11:29 +02:00
Andreas Linde
8c013f7884 Fix buttons in feedback view showing artifacts of the other button 2012-10-15 00:03:52 +02:00
Andreas Linde
be04800759 Various feedback related bug fixes 2012-10-12 18:14:22 +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