This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.lorentzos.swipecards; | |
import android.content.Context; | |
import android.util.Log; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.BaseAdapter; | |
import android.widget.TextView; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.DataOutputStream; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.io.UnsupportedEncodingException; | |
import java.net.HttpURLConnection; | |
import java.net.MalformedURLException; | |
import java.net.ProtocolException; | |
import java.net.URL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class DBQueryBuilder { | |
public enum QueryType { | |
SELECT, DELETE, UPDATE, INSERT; | |
} | |
private SQLighterDb db; | |
public DBQueryBuilder(SQLighterDb db) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'objective-cpp' | |
// See https://github.com/j2objc-contrib/j2objc-gradle | |
// Modified version of j2objc-gradle NativeCompilation.groovy. | |
// Original notice follows. | |
/* | |
* Copyright (c) 2015 the authors of j2objc-gradle (see AUTHORS file) | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
apply plugin: 'eclipse' | |
apply plugin: 'com.github.j2objccontrib.j2objcgradle' | |
apply from: 'native.gradle' | |
sourceCompatibility = 1.7 | |
version = '1.0' | |
eclipse { | |
classpath { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.geotools.geometry.jts.JTS; | |
import org.geotools.geometry.jts.JTSFactoryFinder; | |
import org.geotools.referencing.CRS; | |
import org.geotools.referencing.crs.DefaultGeocentricCRS; | |
import org.geotools.referencing.crs.DefaultGeographicCRS; | |
import org.opengis.geometry.MismatchedDimensionException; | |
import org.opengis.referencing.FactoryException; | |
import org.opengis.referencing.crs.CoordinateReferenceSystem; | |
import org.opengis.referencing.operation.MathTransform; | |
import org.opengis.referencing.operation.TransformException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Environment set to development..... | |
Configuring Spring Security Core ... | |
... finished configuring Spring Security Core | |
Configuring Spring Security ACL ... | |
... finished configuring Spring Security ACL | |
Configuring Spring Security Core ... | |
... finished configuring Spring Security Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
apply plugin: 'apt' | |
apply plugin: 'eclipse' | |
apply plugin: 'com.github.j2objccontrib.j2objcgradle' | |
sourceCompatibility = 1.7 | |
version = '1.0' | |
eclipse { | |
classpath { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
apply plugin: 'eclipse' | |
apply plugin: 'com.github.j2objccontrib.j2objcgradle' | |
sourceCompatibility = 1.7 | |
version = '1.0' | |
buildscript { | |
repositories { | |
mavenCentral() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18:22:45.969 [INFO] [org.gradle.process.internal.DefaultExecHandle] Starting process 'command '/Applications/J2Objc/j2objc-0.9.7b/j2objc''. Working directory: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main Command: /Applications/J2Objc/j2objc-0.9.7b/j2objc -d /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/build/j2objcSrcGen -sourcepath /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/src/main/java:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/build/source/apt:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/build/source/base:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/src/test/java:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/libSrc/dagger-2.0.1-sources.jar:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/build/source/apt -classpath /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-base/build/libs/majestella-base-1.0.jar:/Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/majestella-main/lib/json-20140107.jar:/Users/mg/ |