Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified dist/AdmobFullScreen.cn1lib
Binary file not shown.
4 changes: 0 additions & 4 deletions native/javase/com/codename1/admob/AdMobNativeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
import com.codename1.ui.Display;
import com.codename1.ui.Form;
import com.codename1.ui.Image;
import com.codename1.ui.Label;
import com.codename1.ui.animations.CommonTransitions;
import com.codename1.ui.events.ActionEvent;
import com.codename1.ui.events.ActionListener;
import com.codename1.ui.layouts.BorderLayout;
import com.codename1.util.Base64;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;

public class AdMobNativeImpl implements com.codename1.admob.AdMobNative {

Expand Down
110 changes: 41 additions & 69 deletions nbproject/build-impl.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ build.xml.script.CRC32=c17a4175
[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=05371d50
nbproject/build-impl.xml.script.CRC32=6e237288
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.1.48
nbproject/build-impl.xml.data.CRC32=26bdc193
nbproject/build-impl.xml.script.CRC32=3e339d96
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
6 changes: 3 additions & 3 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ javac.compilerargs=
javac.deprecation=false
javac.processorpath=\
${javac.classpath}
javac.source=1.5
javac.target=1.5
javac.source=1.6
javac.target=1.6
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
Expand All @@ -65,7 +65,7 @@ manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
no.dependencies=true
platform.active=JDK_1.7
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
Expand Down
1 change: 0 additions & 1 deletion nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>AdmobFullScreen</name>
<explicit-platform explicit-source-supported="true"/>
<source-roots>
<root id="src.dir"/>
</source-roots>
Expand Down