Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Assembly v 2.8 (24.07.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Jul 24, 2022
1 parent 9254e88 commit 3277e0f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: EnchantIt
TAG: 2.7
TAG: 2.8

steps:
# Проверка состава репозитория
Expand Down
Binary file modified .release/PADetector.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_Изменения для v 2.7_:
_Изменения для v 2.8_:
- Implemented different presentations of data in the “Show it to me” interface;
- A short guide will be displayed at the top of the page the first time user launches the app;
- Upgraded the user interface: applied correct icon, fixed flickering splash screen, fixed white navigation bar;
- Fixed behavior of the message about the certificate availability;
- Adjusted the width of the picture for “show it to me” mode;
- Added the reset button for the “chat”;
- Adjusted the buttons placement for “App about” interface
- Adjusted the width of the picture for “show it to me” mode
8 changes: 6 additions & 2 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
PA detector changes log:

ToDo:
- Session start time and number;
- Different presentations of the same set of data in the SMTH
- Session start time and number

Version 2.8:
• Implemented different presentations of data in the “Show it to me” interface;
• A short guide will be displayed at the top of the page the first time user launches
the app

Version 2.7:
• Upgraded the user interface: applied correct icon, fixed flickering splash screen,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnchantIt v 2.7
# EnchantIt v 2.8


PA detector (formerly known as EnchantIt), the paranormal activity search tool
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- enchantit.huawei -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.RD_AAOW.EnchantIt"
android:installLocation="internalOnly" android:versionCode="600208" android:versionName="2.7">
android:installLocation="internalOnly" android:versionCode="600209" android:versionName="2.8">

<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="31" />

Expand Down
2 changes: 1 addition & 1 deletion src/EnchantIt_en_us.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AboutPage" xml:space="preserve">
<value>About application</value>
<value>About the application</value>
</data>
<data name="AcceptButton" xml:space="preserve">
<value>Accept</value>
Expand Down

0 comments on commit 3277e0f

Please sign in to comment.