8 Commits

Author SHA1 Message Date
Andreas Linde
b7cda2625f Code cleanup 2012-10-05 23:04:55 +02:00
Andreas Linde
798dd8b9b2 Use the the assigned serverURL in FeedbackManager 2012-10-05 22:46:37 +02:00
Andreas Linde
512db251aa More feedback improvements
- Mark messages as archived that got deleted on the server
- Send message even if the thread got deleted on the server, so create a new thread
- Support Pull-To-Refresh in iOS6
- Update feedback and send pending message when the app gets into the foreground again
- Always update user data via delegates before sending a new message, since those could have changed in the app
2012-10-05 21:48:01 +02:00
Andreas Linde
c8809ec038 Inform the UI wether we got new messages or nothing new 2012-10-05 15:26:50 +02:00
Andreas Linde
4839afca97 Remove messages that got removed from the server
When changing to API to only load new messages, we need to provide this info otherwise in the response
2012-10-05 15:26:00 +02:00
Andreas Linde
3f12ce70ee Remove not needed vars 2012-10-05 15:25:04 +02:00
Andreas Linde
218e255378 Save to archive, property list doesn't work anyway for custom objects 2012-10-05 13:36:39 +02:00
Andreas Linde
1a71aa2ea5 Initial Feedback component
- First implementation on feedback, not finished yet!
- Move all components into their own subdirectory
- Restructure common delegates into BITHockeyManagerDelegate
- Restructure common component methods into new superclass (not finished yet)
2012-09-28 12:30:19 +02:00