Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-primo committed Apr 26, 2020
1 parent 7fcf61d commit 9a48bc2
Show file tree
Hide file tree
Showing 142 changed files with 591 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
24 changes: 24 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.0"

defaultConfig {
applicationId "tally_counter.gp"
minSdkVersion 14
targetSdkVersion 21
versionCode 1
versionName "1.9"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
Binary file added app/build/bin/classes.dex
Binary file not shown.
Binary file added app/build/bin/classesdebug/adrt/ADRT.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesdebug/adrt/ADRTLongSet.class
Binary file not shown.
Binary file added app/build/bin/classesdebug/adrt/ADRTMetadata.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesdebug/adrt/ADRTSender.class
Binary file not shown.
Binary file added app/build/bin/classesdebug/adrt/ADRTThread.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesdebug/tally_counter/gp/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesdebug/tallycounter/gp/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesrelease/adrt/ADRTSender.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesrelease/tally_counter/gp/R.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/build/bin/classesrelease/tallycounter/gp/R.class
Binary file not shown.
Binary file added app/build/bin/classesrelease/tallycounter/gp/R.dex
Binary file not shown.
39 changes: 39 additions & 0 deletions app/build/bin/injected/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="tally_counter.gp"
android:versionCode="1"
android:versionName="1.9">

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21"/>

<uses-permission
android:name="android.permission.INTERNET"/>

<application
android:allowBackup="true"
android:label="Tally Counter"
android:icon="@drawable/icon">

<activity
android:name=".MainActivity"
android:screenOrientation="portrait">

<intent-filter>

<action
android:name="android.intent.action.MAIN"/>

<category
android:name="android.intent.category.LAUNCHER"/>

</intent-filter>

</activity>

</application>

</manifest>

Binary file added app/build/bin/resources.ap_
Binary file not shown.
6 changes: 6 additions & 0 deletions app/build/gen/tally_counter/gp/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package tally_counter.gp;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
35 changes: 35 additions & 0 deletions app/build/gen/tally_counter/gp/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package tally_counter.gp;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f020000;
public static final int roundedbutton=0x7f020001;
}
public static final class id {
public static final int aboutbtn=0x7f040009;
public static final int bg=0x7f040000;
public static final int bgbtns=0x7f040005;
public static final int bgforad=0x7f04000b;
public static final int bgforcount=0x7f040003;
public static final int countbtn=0x7f040006;
public static final int forcount=0x7f040004;
public static final int linear1=0x7f040008;
public static final int nameofapp=0x7f040002;
public static final int pw=0x7f04000a;
public static final int resetbtn=0x7f040007;
public static final int top=0x7f040001;
public static final int webview1=0x7f04000c;
}
public static final class layout {
public static final int main=0x7f030000;
}
}
17 changes: 17 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\tools\adt-bundle-windows-x86_64-20131030\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
19 changes: 19 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tally_counter.gp">

<uses-permission android:name="android.permission.INTERNET"/>

<application android:allowBackup="true"
android:label="Tally Counter"
android:icon="@drawable/icon">
<activity android:name=".MainActivity" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>


</application>

</manifest>
101 changes: 101 additions & 0 deletions app/src/main/assets/mob_ads.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<div style="width:300px;max-width:300px;height:50px;max-height:50px;overflow:hidden;">

<meta http-equiv="Refresh" content="5;URL=" />
<script type="text/javascript"> setTimeout(function(){ window.location.reload(1);}, 5000); </script>

<script language="Javascript">
function banner() {
};
banner = new banner();
number = 0;

banner[number++] = "<div class='text-ad-new-2'><a target='_blank' href='http://click-aduk.blogspot.com/click-ad?label=http://click-aduk.blogspot.com/p/advertise-here.html'><div class='text-adad-new-2'>Advertise Here</div></a></div>"
banner[number++] = "<div class='x'>Thanks for Downloading our App</div>"
banner[number++] = "<div class='x'>App by GP</div>"
banner[number++] = "<div class='x'>Sponsorship : ELGeneral Primo</div>"
banner[number++] = "<div class='text-ad-new-2'><a target='_blank' href='http://pws-apps.blogspot.com/?sponsor=App_Ads'><div class='text-adad-new-2'>PWS-APPS.BlogSpot.Com</div></a></div>"

increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
</script>

<br/>

<iframe src='http://ads-by-pws-proj.lolbb.com/h10-page' scrolling='no' style='width:300px;height:50px;border:0;margin:0;padding:0;overflow:hidden;' allowtransparency='true'></iframe>

<style>
* {
margin: 0;
padding: 0;
}

.x {
width: 300px;
max-width: 300px;
height: 50px;
max-height: 50px;
background-color: #E7E7E7;
color: #000;
font-size: 14px;
overflow:hidden;
display: table-cell;
font-family: sans-serif;
text-align: center;
vertical-align: middle;
box-sizing: border-box;
border: 1px solid #bbb;
}
</style>



<style>

.text-ad-new-2 {
box-sizing: border-box;
overflow: hidden;
text-align: center;
font-size: 12px;
font-family: helvetica;
font-weight: bold;
width: 300px;
height: 50px;
background: #E7E7E7;
color:#666;
line-height: 50px;
border: 1px solid #BBB;
margin: 0;
}

.text-ad-new-2:hover {
margin: 0;
background: #ddd;
text-decoration: underline;
border: 1px solid #999;
}

.text-ad-new-2 a{
text-decoration:none;
color:#666666;
margin:0;
padding:0;
}

.text-ad-new-2 a:hover {
color: #222;
}

.text-adad-new-2 {
width: 300px;
height: 50px;
overflow: hidden;
background: transparent;
line-height: 50px;
font-weight: bold;
}

</style>

</div>


Loading

0 comments on commit 9a48bc2

Please sign in to comment.