Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7 compatibility #3

Merged
merged 13 commits into from
Mar 9, 2017
Prev Previous commit
Next Next commit
Move Android2NativeSelectReplacement to v7
don't think it's needed in v8, since its copes with android2
  • Loading branch information
dve committed Mar 9, 2017
commit bb3b02873c8c4916748da267a7e2594a3b751575
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* the License.
*/

package org.vaadin.touchkit.gwt.client;
package org.vaadin.touchkit.v7.gwt.client;

import java.util.ArrayList;
import java.util.Iterator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<when-property-is name="user.agent" value="ie10" />
</replace-with>

<replace-with
class="org.vaadin.touchkit.gwt.client.Android2NativeSelectReplacement">
<when-type-is class="com.vaadin.client.ui.VNativeSelect" />
<when-property-is name="webkitvariant" value="android2" />
</replace-with>

<replace-with
class="org.vaadin.touchkit.gwt.client.ui.VSwipeViewIEImpl">
<when-type-is class="org.vaadin.touchkit.gwt.client.ui.VSwipeView" />
Expand Down