Commit Graph
266 Commits
Author SHA1 Message Date
Raimund Wege e64b6d603e Renamed HomeViewController to RegattaCheckInTableViewController 2017-09-07 10:53:10 +02:00
Raimund Wege ba6b124a95 Renamed HomeViewCell to RegattaCheckInTableViewCell 2017-09-07 10:47:45 +02:00
Raimund Wege be0deb5579 Refactored check-in table logic into an own view controller class 2017-09-07 10:29:48 +02:00
Raimund Wege cedba536ad Create one default race and prepare set start of tracking request 2017-09-01 09:37:43 +02:00
Raimund Wege 6be7e04483 List all trainings in training table view controller 2017-08-31 11:14:45 +02:00
Raimund Wege 26c6ea7ae7 Make first check-in for a training event 2017-08-29 16:23:40 +02:00
Raimund Wege 40e68ffb45 Create event with boatclass 2017-08-25 14:13:52 +02:00
Raimund Wege 23460cff1c Hide trainings requests behind a training controller 2017-08-24 16:23:57 +02:00
Raimund Wege 8d62c945f4 Event creation works 2017-08-24 15:31:40 +02:00
Raimund Wege 503f89c133 Update authorization header after token access 2017-08-24 12:28:51 +02:00
Raimund Wege a71dd07e8b Added create event request 2017-08-24 12:11:00 +02:00
Raimund Wege 919eb6420f Added logout request 2017-08-23 14:32:54 +02:00
Raimund Wege 81f6a4e2f6 Fixed warning 2017-08-23 09:28:04 +02:00
Raimund Wege 3541a1c2db Added logout 2017-08-23 09:17:18 +02:00
Raimund Wege 26cf57d484 Added option button to training overview 2017-08-23 08:45:30 +02:00
Raimund Wege b823dc206f Connect training and sign-up view controller 2017-08-22 16:32:30 +02:00
Raimund Wege 371a7874f7 Training table background is now transparent 2017-08-22 15:10:13 +02:00
Raimund Wege 6b01234319 Merge branch 'master' of ssh://sapsailing.com/home/trac/git into ubilabs--ios--develop--signup 2017-08-22 15:03:40 +02:00
Raimund Wege e65d350444 Added boat classes and floating action button 2017-08-22 15:01:58 +02:00
Raimund Wege afe9a531d3 Added training view controller layout 2017-08-22 12:52:55 +02:00
Raimund Wege 7b7a761e0e Refactored check in controller 2017-08-22 12:14:17 +02:00
Raimund Wege 5a23bdc7df Added dependency injection for better code reuse 2017-08-21 15:43:29 +02:00
Raimund Wege 57a00fba98 Split core data manager into regatta and training managers 2017-08-21 14:47:05 +02:00
Raimund Wege f36fac1adc Added training and create training view controller 2017-08-21 14:16:46 +02:00
Raimund Wege c33c6592dd Extract method to handle weak self only once 2017-08-18 13:48:16 +02:00
Raimund Wege fe98544ffd Fixed retain cycles 2017-08-18 13:39:03 +02:00
Raimund Wege fb5c30acf4 Merge branch 'ubilabs--ios--develop' of ssh://sapsailing.com/home/trac/git into ubilabs--ios--develop--signup 2017-08-14 11:23:03 +02:00
Axel Uhl 9db34b3b34 Merge branch 'ubilabs--ios--develop' 2017-08-11 18:06:32 +02:00
Axel Uhl fd9b779bd4 updated iOS Sail InSight version from 1.0.21 to 1.0.22
Change-Id: I65cbdd304cb955dfe376de15cff5d354d9f218a2
2017-08-11 18:05:32 +02:00
Raimund Wege f4abf60177 Added NSPhotoLibraryUsageDescription 2017-08-11 15:59:53 +02:00
Raimund Wege ef40e363ee Added text field validation for sign up 2017-08-11 11:57:23 +02:00
Axel Uhl 2622ed15d7 set iOS Sail InSight version to 1.0.21
Change-Id: Ieeeac2853190d7e3c86438a5f13349a087bd452f
CR-Id: 002075125800003967422017
2017-08-11 00:45:03 +02:00
Axel Uhl 559b7f1053 adjusted version of iOS SAP Sail InSight from 1.0.0 to 1.0.11
Change-Id: I425b041ecb3c75407f2191c496d38652bdfc753e
CR-Id: 002075125800003965402017
2017-08-11 00:32:06 +02:00
Raimund Wege 2348451ea7 Merge branch 'ubilabs--ios--develop' of ssh://sapsailing.com/home/trac/git into ubilabs--ios--develop--signup 2017-08-10 17:01:01 +02:00
Raimund Wege bfc0700738 Login method renamed 2017-08-10 16:40:51 +02:00
Raimund Wege 41ecff8b9d Added login failure alert 2017-08-10 16:36:20 +02:00
Raimund Wege 2e44e936fa Merge branch 'master' of ssh://sapsailing.com/home/trac/git into ubilabs--ios--develop 2017-08-10 15:08:03 +02:00
Raimund Wege bb9afe30f6 Added central-signing 2017-08-10 15:05:21 +02:00
Raimund Wege 83ffdc11e0 Single point of control for sign up localization strings 2017-08-10 12:58:27 +02:00
Raimund Wege 864e08b529 Added localization for sign-up 2017-08-10 09:55:51 +02:00
Axel Uhl 4a49567ae4 added a .project file in ios/ for easy Eclipse-based branch diffing
Change-Id: Ibeab7cf43010c2bf9d2c62393e3dd947617dcb81
2017-08-09 18:10:45 +02:00
Raimund Wege 5054e47705 Removed login from home view controller 2017-08-09 17:26:55 +02:00
Axel Uhl bb2a7e9cc7 whitespace change only
Change-Id: I3c5760d97055f8ec7fa50f262e9e198424d48778
CR-Id: 002075125800003907802017
2017-08-09 16:41:42 +02:00
Raimund Wege 5eeb40f7da Added start view controller as new entry point 2017-08-09 09:56:44 +02:00
Raimund Wege c9290d3044 Added forgot password request 2017-08-09 08:35:47 +02:00
Raimund Wege 7b272e83ac Added access token and hello request 2017-08-08 17:09:19 +02:00
Raimund Wege dc8c7cb0d7 Validate create user response 2017-08-08 14:44:45 +02:00
Raimund Wege af4245813f Added error handling for sign up 2017-08-08 11:44:52 +02:00
Raimund Wege d8cdb0b472 Added whitespace 2017-08-08 11:06:07 +02:00
Raimund Wege 245f06b537 Updated forgot password view controller protocol 2017-08-08 11:04:41 +02:00