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.11 (2.02.23)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Feb 1, 2023
1 parent 97bbd24 commit 4858d1b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 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.10.2
TAG: 2.11

steps:
# Проверка состава репозитория
Expand Down
Binary file modified .release/PADetector.apk
Binary file not shown.
9 changes: 3 additions & 6 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
_Изменения для v 2.10.2_:
_Изменения для v 2.11_:
- User interface has been updated;
- XPR control has been implemented;
- Code refactoring has been applied to messages and notifications;
- Target Android version changed to T (API 33);
- Fixed some headers and tips;
- Updated Xamarin support packages;
- Implemented the ability to open localized ADP, SCP and Welcome pages
- Code refactoring has been applied to messages and notifications
3 changes: 3 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
PA detector changes log:

Version 2.11:
• User interface has been updated

Version 2.10.2:
• XPR control has been implemented;
• Code refactoring has been applied to messages and notifications
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnchantIt v 2.10.2
# EnchantIt v 2.11



Expand All @@ -19,7 +19,7 @@ In short:
- generators of random numbers (PRNG) working on the basis of such fields can perceive these distortions, which will affect the results of their work. Moreover, due to the complexity of the generation algorithm, such an effect is difficult to fake;
- registration of PRNG readings for some time can show significant deviations from the norm and link them to any events.

This application uses the strength of WiFi signal or the entropy of operating system kernel (“noise” of the processor and timer, fluctuations in the speed of network packets and core temperature) as an indicator of severe disturbances in surrounding electromagnetic field. Based on them, it generates a series of random numbers.
This app uses the strength of WiFi signal or the entropy of operating system kernel (“noise” of the processor and timer, fluctuations in the speed of network packets and core temperature) as an indicator of severe disturbances in surrounding electromagnetic field. Based on them, it generates a series of random numbers.

Normally, the average value in such series should be close to the middle of range of possible values (you will see it on the slider). The app will catch and accumulate major deviations from the middle, noting when they occurred. This will help you understand if you see some paranormal activity right now.

Expand Down Expand Up @@ -84,14 +84,12 @@ In general, go for it! We really have no idea what the results of this experimen
## Requirements / Требования

- [Android version](https://play.google.com/store/apps/details?id=com.RD_AAOW.EnchantIt) requires OS 6.0 or newer. Interface languages: ru_ru, en_us;
- Application is available in [AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C104441189?channelId=GitHub&id=981952b9902a490ebfb1b8c5d11f8eef&s=A8B622B12555EE34769CFFF6303E49EF4841788E101068082F7EAF51DE3D7C24&detailType=0&v=&callType=AGDLINK&installType=0000).
- Application is also available in [GetApps](https://global.app.mi.com/details?id=enchantit.xiaomi).

#

- Для [Android-версии](https://play.google.com/store/apps/details?id=com.RD_AAOW.EnchantIt) требуется ОС версии 6.0 или новее. Языки интерфейса: ru_ru, en_us;
- Приложение доступно в [AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C104441189?channelId=GitHub&id=981952b9902a490ebfb1b8c5d11f8eef&s=A8B622B12555EE34769CFFF6303E49EF4841788E101068082F7EAF51DE3D7C24&detailType=0&v=&callType=AGDLINK&installType=0000).
- Приложение также доступно в [GetApps](https://global.app.mi.com/details?id=enchantit.xiaomi).
- Приложение также доступно в [GetApps](https://global.app.mi.com/details?id=enchantit.rdaaowfdl).

 

Expand Down
4 changes: 2 additions & 2 deletions src/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- enchantit.huawei -->
<!-- X enchantit.huawei X -->
<!-- enchantit.rdaaowfdl -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.RD_AAOW.EnchantIt"
android:installLocation="internalOnly" android:versionCode="600214" android:versionName="2.10.2">
android:installLocation="internalOnly" android:versionCode="600216" android:versionName="2.11">

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

Expand Down

0 comments on commit 4858d1b

Please sign in to comment.