Commit Graph

756 Commits

Author SHA1 Message Date
Roman Efimov
0c2760e97e Version bump (1.5.1) 1.5.1 2013-10-08 10:00:15 -05:00
Roman Efimov
be44d455d1 Update dependencies 2013-10-08 09:59:16 -05:00
Roman Efimov
444a52c1e0 Fix tint color error in iOS 6 1.5 2013-10-08 09:49:20 -05:00
Roman Efimov
6c0fc10570 Fix tint color in iOS 6 2013-10-08 09:48:27 -05:00
Roman Efimov
bf1a7a22a2 Version bump (1.5) 2013-10-08 09:45:09 -05:00
Roman Efimov
b99b917890 Add xccheckout 2013-10-08 09:43:33 -05:00
Roman Efimov
56db22e09f Remove disabled cvv code from the example project, #99 2013-10-08 09:40:02 -05:00
Roman Efimov
008df0a5ab Use original formatting in #99 2013-10-08 09:39:17 -05:00
Roman Efimov
8db2da08d6 Merge pull request #99 from XBeg9/hide-cvv-field-required
Hide cvv field if it's not required
2013-10-08 07:35:29 -07:00
Fedya Skitsko
e3308cf393 Hide CVV field if it's not required 2013-10-08 13:54:04 +03:00
Fedya Skitsko
a81217355f Merge branch 'master' of https://github.com/romaonthego/RETableViewManager
Conflicts:
	README.md
	RETableViewManager.podspec
2013-10-07 20:11:19 +03:00
Roman Efimov
bc1222560e Update README.md 2013-10-06 21:12:25 -05:00
Roman Efimov
e23a897c39 Remove duplicate properties 2013-10-05 12:10:14 -05:00
Roman Efimov
35351eb8a7 Add onChange handler 2013-10-05 12:01:55 -05:00
Roman Efimov
b748a7ec43 Do not focus on fields in inline mode 2013-10-05 11:57:30 -05:00
Roman Efimov
4304a67140 Add inline picker item / cell 2013-10-05 11:53:27 -05:00
Roman Efimov
57d2925fe3 Pass REDateTimeItem values to REInlineDatePickerItem 2013-10-04 11:54:12 -05:00
Roman Efimov
74058f29e6 Adjust tint color on selection 2013-10-04 11:47:44 -05:00
Roman Efimov
d3b726f10d Enable inline date picker only for iOS 7 2013-10-04 11:39:53 -05:00
Roman Efimov
c1deee9db4 Notify date time item about changes 2013-10-04 11:37:28 -05:00
Roman Efimov
49992f493d iOS 7 styled inline date picker development 2013-10-04 11:35:51 -05:00
Roman Efimov
df0bbd9925 Use UIKeyboardAppearanceAlert instead of UIKeyboardAppearanceDark 1.4 2013-10-04 10:52:50 -05:00
Roman Efimov
fb750738b6 Do not call integerValue on id 2013-10-04 10:51:09 -05:00
Roman Efimov
44e43d425d Version bump (1.4), close #84 2013-10-04 10:47:36 -05:00
Roman Efimov
ff212afaa1 RESegmentedItem support for iOS 6 2013-10-04 10:45:45 -05:00
Roman Efimov
9781189cfb Tint color support for RESegmentedItem 2013-10-04 10:42:01 -05:00
Roman Efimov
e39d349e2d Optimize segmented item to support title, reference #82 2013-10-04 10:39:52 -05:00
Roman Efimov
3d99567736 Add example to readme 2013-10-04 10:02:38 -05:00
Roman Efimov
7018e83d45 Update readme 2013-10-04 10:00:36 -05:00
Roman Efimov
b7abf6aeef Rename segment -> segmented, reference #82 2013-10-04 09:57:26 -05:00
Roman Efimov
532f90e58a Update action bar to match iOS 7 style 2013-10-04 09:51:52 -05:00
Fedya Skitsko
833002b342 Version bump 1.3.3 2013-10-04 17:19:51 +03:00
Fedya Skitsko
51ddef3368 Merge branch 'master' of https://github.com/romaonthego/RETableViewManager 2013-10-04 17:17:54 +03:00
Roman Efimov
5a8af8c630 Adjust action bar style in order to match keyboard appearance, fix #57 2013-10-03 10:46:36 -05:00
Roman Efimov
144ec4fa49 Fix remaining int variables, #82 2013-10-03 10:40:32 -05:00
Roman Efimov
ac4168c5f0 int -> NSInteger to support 64-bit processor, #82 2013-10-03 10:39:41 -05:00
Roman Efimov
3bd0f7fc6a Add note about REPickerItem 2013-10-03 10:33:27 -05:00
Roman Efimov
7ad9de2afc Fix offset in iOS 7, reference #83 2013-10-03 10:28:44 -05:00
Roman Efimov
e16b6cc4a0 Update xccheckout 2013-10-03 10:25:55 -05:00
Roman Efimov
03ebdee8e3 Fix syntax format in pull request #83, so it follows original code style 2013-10-03 10:25:35 -05:00
Roman Efimov
69bf2c392e Merge pull request #83 from XBeg9/creditCardCell
Credit card cell improvements
2013-10-03 08:20:03 -07:00
Fedya Skitsko
b5343413ab Merge branch 'creditCardCell' 2013-10-03 17:14:24 +03:00
Fedya Skitsko
a892962106 Changed ribbon image path to bundle path 2013-10-03 17:14:09 +03:00
Fedya Skitsko
43c5aa35ad Merge branch 'creditCardCell' 2013-10-03 15:14:43 +03:00
Fedya Skitsko
938b1e5ce9 Expired ribbon png moved to bundle 2013-10-03 15:05:15 +03:00
Fedya Skitsko
a5a8e212f8 Merge branch 'creditCardCell' 2013-10-03 14:46:06 +03:00
Fedya Skitsko
c8fb43dc8b CreditCardCell you can set custom ribbon (expired) 2013-10-03 14:26:02 +03:00
Fedya Skitsko
cbca89358c Restrict user to type month more than 12 2013-10-03 13:47:42 +03:00
Fedya Skitsko
e3f86635b0 Show ribbon if date is already expired. 2013-10-03 13:42:43 +03:00
Roman Efimov
f8939a2c76 Fix source code file reference, #82 2013-10-02 15:36:25 -05:00