Skip to content

Commit 434a1b0

Browse files
authored
Merge pull request #321 from AppDevNext/RenameApp
Rename app
2 parents 5f36518 + 06dff01 commit 434a1b0

File tree

152 files changed

+588
-515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+588
-515
lines changed

.github/workflows/Android-CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@ jobs:
6262
if: ${{ always() }}
6363
with:
6464
name: MPChart-Espresso-report-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
65-
path: MPChartExample/build/reports/androidTests/connected
65+
path: app/build/reports/androidTests/connected
6666
if-no-files-found: error
6767
- name: Archive screenshots
6868
if: ${{ always() }}
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: MPChart-Screenshots-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
7272
path: |
73-
MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
74-
MPChartExample/build/outputs/androidTest-results/connected
73+
app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
74+
app/build/outputs/androidTest-results/connected
7575
- name: Compare screenshots
7676
env:
7777
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
7878
emulatorApi: ${{ matrix.emulatorApi }}
7979
run: |
80-
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
81-
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
80+
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
81+
cp app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
8282
export DISPLAY=:99
8383
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
8484
./screenShotScript/screenShotCompare.sh

MPChartExample/src/main/AndroidManifest.xml

Lines changed: 0 additions & 58 deletions
This file was deleted.

MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/StackedBarActivityNegative.java

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)