Skip to content

Commit

Permalink
Sample app published to PlayStore
Browse files Browse the repository at this point in the history
  • Loading branch information
hummatli committed Sep 7, 2016
1 parent f4e35e7 commit 4ceafea
Show file tree
Hide file tree
Showing 24 changed files with 30,783 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/content_txt"
android:textSize="17sp" />
android:textSize="16sp" />


<LinearLayout
Expand Down
Binary file modified ...roidUpdater/mah-android-updater-sample/src/main/res/mipmap-hdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...roidUpdater/mah-android-updater-sample/src/main/res/mipmap-mdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...oidUpdater/mah-android-updater-sample/src/main/res/mipmap-xhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...idUpdater/mah-android-updater-sample/src/main/res/mipmap-xxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...dUpdater/mah-android-updater-sample/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="content_txt">
This is the sample for using MAHAndroidUpdater lib. MAHAndroidUpdater is library for updating android apps installed to android device.
\nBy it\'s help old application gets update from Google Play Market. If your app for some
reason suddlenly has deleted from PLayStore you can provide you new app to old users too.
reason suddlnly has deleted from PlayStore, don\'t worry you can provide you new app to old users too.
</string>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
android:fromXScale="0.95"
android:fromYScale="0.95"
android:interpolator="@android:anim/accelerate_interpolator"
android:pivotX="50%p"
android:pivotY="50%p"
android:pivotX="50%"
android:pivotY="50%"
android:toXScale="1.0"
android:toYScale="1.0" />

</set>
</set>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
android:fromXScale="1.0"
android:fromYScale="1.0"
android:interpolator="@android:anim/accelerate_interpolator"
android:pivotX="50%p"
android:pivotY="50%p"
android:pivotX="50%"
android:pivotY="50%"
android:toXScale="0.95"
android:toYScale="0.95" />

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/img_create/ic_launcher/web_hi_res_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/img_create/mah_android_updater_head_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/img_create/mah_android_updater_head_img.psd
Binary file not shown.
30,774 changes: 30,774 additions & 0 deletions imgs/img_create/mah_android_updater_logo.ai

Large diffs are not rendered by default.

Binary file added imgs/img_create/mah_android_updater_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions key/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
keystore_for_release123456.jks
*.apk

0 comments on commit 4ceafea

Please sign in to comment.