Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit aef439d

Browse files
committed
update test applications
1 parent ae5cdad commit aef439d

File tree

5 files changed

+39
-28
lines changed

5 files changed

+39
-28
lines changed

android/test-app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android.applicationVariants.all { variant ->
5252

5353
dependencies {
5454
implementation fileTree(include: ['*.jar'], dir: 'libs')
55-
// implementation 'com.arthenica:mobile-ffmpeg-full-gpl:4.2.2.LTS'
56-
implementation project(':app')
55+
implementation 'com.arthenica:mobile-ffmpeg-full:4.2.2.LTS'
56+
// implementation project(':app')
5757
testImplementation 'junit:junit:4.12'
5858
implementation 'com.android.support:support-v4:28.0.0'
5959
implementation 'com.android.support:design:28.0.0'

android/test-app/src/main/res/layout/cancellable_progress_dialog_layout.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@
66

77
<LinearLayout
88
android:layout_width="match_parent"
9-
android:layout_height="60dp"
10-
android:layout_marginTop="10dp">
9+
android:layout_height="80dp"
10+
android:gravity="center_horizontal|center_vertical">
1111

1212
<ProgressBar
1313
android:id="@+id/progressBar"
1414
style="?android:attr/progressBarStyle"
1515
android:layout_width="46dp"
1616
android:layout_height="match_parent"
17-
android:layout_marginEnd="30dp"
18-
android:layout_marginStart="30dp"
17+
android:layout_marginStart="10dp"
18+
android:layout_marginLeft="10dp"
19+
android:layout_marginEnd="10dp"
20+
android:layout_marginRight="10dp"
1921
android:gravity="center|start" />
2022

2123
<TextView
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4-
android:layout_height="match_parent">
4+
android:layout_height="match_parent"
5+
android:orientation="vertical">
56

6-
<ProgressBar
7-
android:id="@+id/progressBar"
8-
style="?android:attr/progressBarStyle"
9-
android:layout_width="46dp"
10-
android:layout_height="match_parent"
11-
android:layout_marginEnd="30dp"
12-
android:layout_marginStart="30dp"
13-
android:gravity="center|start" />
7+
<LinearLayout
8+
android:layout_width="match_parent"
9+
android:layout_height="80dp"
10+
android:gravity="center_horizontal|center_vertical">
1411

15-
<TextView
16-
android:id="@+id/progressDialogText"
17-
android:layout_width="200dp"
18-
android:layout_height="match_parent"
19-
android:gravity="center|start"
20-
android:textColor="@android:color/black"
21-
android:textSize="18sp" />
12+
<ProgressBar
13+
android:id="@+id/progressBar"
14+
style="?android:attr/progressBarStyle"
15+
android:layout_width="46dp"
16+
android:layout_height="match_parent"
17+
android:layout_marginStart="10dp"
18+
android:layout_marginLeft="10dp"
19+
android:layout_marginEnd="10dp"
20+
android:layout_marginRight="10dp"
21+
android:gravity="center|start" />
22+
23+
<TextView
24+
android:id="@+id/progressDialogText"
25+
android:layout_width="200dp"
26+
android:layout_height="match_parent"
27+
android:gravity="center|start"
28+
android:textColor="@android:color/black"
29+
android:textSize="18sp" />
30+
</LinearLayout>
2231
</RelativeLayout>

ios/test-app/manual-frameworks/MobileFFmpegTest/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>MobileFFmpegTest</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
@@ -17,7 +19,7 @@
1719
<key>CFBundleShortVersionString</key>
1820
<string>2.0</string>
1921
<key>CFBundleVersion</key>
20-
<string>27</string>
22+
<string>29</string>
2123
<key>LSRequiresIPhoneOS</key>
2224
<true/>
2325
<key>NSCameraUsageDescription</key>
@@ -46,8 +48,6 @@
4648
<string>UIInterfaceOrientationLandscapeLeft</string>
4749
<string>UIInterfaceOrientationLandscapeRight</string>
4850
</array>
49-
<key>CFBundleDisplayName</key>
50-
<string>MobileFFmpegTest</string>
5151
<key>UISupportedInterfaceOrientations~ipad</key>
5252
<array>
5353
<string>UIInterfaceOrientationPortrait</string>

tvos/test-app/manual-frameworks/MobileFFmpegTest-tvOS/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDisplayName</key>
6-
<string>MobileFFmpegTest-tvOS</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>MobileFFmpegTest-tvOS</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>2.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>7</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)