Skip to content

Commit

Permalink
V2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Sep 15, 2023
1 parent f7c2133 commit 6d2ed99
Show file tree
Hide file tree
Showing 34 changed files with 36 additions and 24 deletions.
13 changes: 9 additions & 4 deletions Readme_En.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
************************************************************
Star PassPRNT Android SDK Ver 2.4.0
Star PassPRNT Android SDK Ver 2.5.0
Readme_En.txt Star Micronics Co., Ltd.
************************************************************

Expand Down Expand Up @@ -37,7 +37,7 @@
2. Contents
=============

PassPRNT_Android_SDK_Ver2.4.0
PassPRNT_Android_SDK_Ver2.5.0
|
| Readme_En.txt // Release Note(English)
| Readme_Jp.txt // Release Note(Japanese)
Expand All @@ -52,10 +52,10 @@
=================

[OS]
Android OS 7.0 - 13
Android OS 9.0 - 13

[Software]
PassPRNT Ver 2.7.0
PassPRNT Ver 2.8.0

[Printer Model]
Please refer to Users Manual.
Expand All @@ -70,6 +70,11 @@
5. Release History
====================

Ver 2.5.0
2023/09/07 : Added `2w6` and `2w7` to `size` query.
Updated target OS and target software.
Change `launchMode` to `singleTask`.

Ver 2.4.0
2023/04/10 : Added `gap` query.
Added `1` and `2w5` to `size` query.
Expand Down
13 changes: 9 additions & 4 deletions Readme_Jp.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
************************************************************
Star PassPRNT Android SDK Ver 2.4.0
Star PassPRNT Android SDK Ver 2.5.0
Readme_Jp.txt スター精密(株)
************************************************************

Expand Down Expand Up @@ -36,7 +36,7 @@
2. 内容
==========

PassPRNT_Android_SDK_Ver2.4.0
PassPRNT_Android_SDK_Ver2.5.0
|
| Readme_En.txt // リリースノート(英語)
| Readme_Jp.txt // リリースノート(日本語)
Expand All @@ -51,10 +51,10 @@
=============

■ 対象OS
Android OS 7.0 - 13
Android OS 9.0 - 13

■ 対象ソフトウェア
PassPRNT Ver 2.7.0
PassPRNT Ver 2.8.0

■ 対象プリンタモデル
Users Manualをご参照ください。
Expand All @@ -69,6 +69,11 @@
5. Star PassPRNT Android SDK 更新履歴
======================================

Ver 2.5.0
2023/09/07 : `size`クエリに`2w6`と`2w7`を追加
対象OS、対象ソフトウェアを更新
`launchMode`を`singleTask`に変更

Ver 2.4.0
2023/04/10 : `gap`クエリを追加
`size`クエリに`1`と`2w5`を追加
Expand Down
Empty file modified Samples/.gitignore
100644 → 100755
Empty file.
Empty file modified Samples/app/.gitignore
100644 → 100755
Empty file.
15 changes: 7 additions & 8 deletions Samples/app/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.1'
compileSdkVersion 33

defaultConfig {
applicationId "jp.star_m.passprnttester"
minSdkVersion 21
targetSdkVersion 29
versionCode 6
versionName "2.4.0"
minSdkVersion 28
targetSdkVersion 33
versionCode 7
versionName "2.5.0"
}
buildTypes {
release {
Expand All @@ -21,6 +20,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.13.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
}
Empty file modified Samples/app/proguard-rules.pro
100644 → 100755
Empty file.
Empty file.
5 changes: 4 additions & 1 deletion Samples/app/src/main/AndroidManifest.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:launchMode="singleTask"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Empty file modified Samples/app/src/main/assets/font_ML.html
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/assets/index.html
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/assets/receiptPDF.pdf
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Samples/app/src/main/java/jp/star_m/passprnttester/MainActivity.java
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void onClick(DialogInterface dialog, int which) {
break;
case 3: //Width
// Configured for printing area
final String[] widthIndexList = {"none", "1", "2", "2w1", "2w2", "2w3", "2w4", "2w5", "3", "3w", "3w2", "4"};
final String[] widthIndexList = {"none", "1", "2", "2w1", "2w2", "2w3", "2w4", "2w5", "2w6", "2w7", "3", "3w", "3w2", "4"};

for (int i = 0; i < widthIndexList.length; i++) {
if (widthIndexList[i].equalsIgnoreCase(m_width)) {
Expand Down
Empty file modified Samples/app/src/main/res/layout/activity_main.xml
100644 → 100755
Empty file.
Empty file modified Samples/app/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.
Empty file modified Samples/app/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.
Empty file modified Samples/app/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.
Empty file modified Samples/app/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.
Empty file modified Samples/app/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.
Empty file modified Samples/app/src/main/res/values-w820dp/dimens.xml
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/res/values/colors.xml
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/res/values/dimens.xml
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/res/values/strings.xml
100644 → 100755
Empty file.
Empty file modified Samples/app/src/main/res/values/styles.xml
100644 → 100755
Empty file.
Empty file.
6 changes: 3 additions & 3 deletions Samples/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,7 +15,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down
Empty file modified Samples/gradle.properties
100644 → 100755
Empty file.
Empty file modified Samples/gradle/wrapper/gradle-wrapper.jar
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions Samples/gradle/wrapper/gradle-wrapper.properties
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jun 10 13:39:06 JST 2021
#Thu Jul 13 19:00:44 JST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
Empty file modified Samples/gradlew
100644 → 100755
Empty file.
Empty file modified Samples/gradlew.bat
100644 → 100755
Empty file.
Empty file modified Samples/settings.gradle
100644 → 100755
Empty file.
Empty file modified SoftwareLicenseAgreement.pdf
100644 → 100755
Empty file.
Empty file modified SoftwareLicenseAgreement_Jp.pdf
100644 → 100755
Empty file.
Empty file modified UsersManual_Android.url
100644 → 100755
Empty file.

0 comments on commit 6d2ed99

Please sign in to comment.