Skip to content

Commit 10ba98e

Browse files
committed
Migration from WebSQL to LocalStorage due to the death of WebSQL
1 parent 994b159 commit 10ba98e

File tree

6 files changed

+193
-165
lines changed

6 files changed

+193
-165
lines changed

README.RU.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
Также присутствует полная поддержка планшетов.
1616

1717

18-
В Android версии присутствует QR сканер кодов.
18+
Из-за отключения WebSQL пришлось перейти на локальное хранилище в мобильных и веб-версиях. Из-за этого имеется ограничение на 5 мегабайт для заметок, следить за объёмом доступной памяти можно в настройках приложения.
19+
20+
21+
~~В Android версии присутствует QR сканер кодов.~~ Начиная с версии 1.0.5 удалено.
1922

2023
## Настройка
2124
### Синхронизация мобильных приложений по P2P
@@ -24,10 +27,7 @@
2427
3. Проверьте брандмауэр Windows, разрешены ли входящие подключения у вашего типа сети (частной) и разрешите если отключены.
2528

2629
### iOS
27-
Для iOS 12 и выше зайдите в настройки -> Safari -> Расширенные -> Эксперементальные функции и снимите галочку с пункта "Отключить Web SQL".
28-
29-
30-
Далее зайдите в Safari, на мобильном устройстве и введите там "http://IP:735/webapp", где IP это зарезервированный постоянный IP вашего компьютера. Далее нужно нажать "Поделиться" -> "На экран Домой". На рабочем столе появится ярлык для EasyNotes.
30+
Откройте браузер Safari, на мобильном устройстве и введите там "http://IP:735/webapp", где IP это зарезервированный постоянный IP вашего компьютера. Далее нужно нажать "Поделиться" -> "На экран Домой". На рабочем столе появится ярлык для EasyNotes.
3131

3232

3333
Для обновления нужно синхронизироваться, далее зайти в настройки "Safari" и удалить историю и данные, после чего можно заново добавлять приложение.
@@ -58,8 +58,9 @@
5858
[![](https://user-images.githubusercontent.com/9499881/93085759-1b869e80-f6a7-11ea-9868-07929effdac8.png)](https://user-images.githubusercontent.com/9499881/93085569-cea2c800-f6a6-11ea-96f9-2425c14b7aa7.png)
5959

6060
## Загрузка
61-
>Версии для iOS 9+, Android 5.1+ и Windows 7+ (с установленным Internet Explorer 11).
61+
>Версии для Windows 7+ (с установленным Internet Explorer 11), Android 7.1, и iOS 9+ ([Для ЕС не работает с версии 17.4](https://dtf.ru/mobile/2494899-apple-podtverdila-chto-otklyuchit-podderzhku-veb-prilozhenii-v-ios-dlya-polzovatelei-iz-es)).
6262
6363
**[Загрузить](https://github.com/r57zone/EasyNotes/releases)**
64+
6465
## Обратная связь
6566
`r57zone[собака]gmail.com`

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Apps have a dark theme and automatic switching to it in the dark time.
1717
Full tablet support is also present.
1818

1919

20-
The Android version has a QR code scanner.
20+
Due to WebSQL disabling, we had to switch to local storage in mobile and web versions. Because of this there is a limit of 5 megabytes for notes, you can monitor the amount of available memory in the application settings.
21+
22+
23+
~~The Android version has a QR code scanner.~~ Removed since version 1.0.5.
2124

2225
## Setup
2326
### Sync of the mobile apps via P2P
@@ -26,10 +29,7 @@ The Android version has a QR code scanner.
2629
3. Check Windows Firewall to see if incoming connections are allowed on your network type (private) and allow if disabled.
2730

2831
### iOS
29-
For iOS 12 and above, go to Settings -> Safari -> Advanced -> Experimental Features and uncheck the "Disable Web SQL" checkbox.
30-
31-
32-
Next, go to Safari on your mobile device and enter there "http://IP:735/webapp", where IP is the reserved permanent IP of your computer. Next you need to click "Share" -> "On the Home Screen". A shortcut to EasyNotes appears on the desktop.
32+
Open browser Safari on your mobile device and enter there "http://IP:735/webapp", where IP is the reserved permanent IP of your computer. Next you need to click "Share" -> "On the Home Screen". A shortcut to EasyNotes appears on the desktop.
3333

3434

3535
To update, you need to synchronize, then go to the "Safari" settings and delete history and data, after which you can add the application again.
@@ -60,8 +60,9 @@ Follow the instructions described [here](https://github.com/r57zone/EasyNotes/tr
6060
[![](https://user-images.githubusercontent.com/9499881/93085078-14ab5c00-f6a6-11ea-9657-239175a85f24.png)](https://user-images.githubusercontent.com/9499881/93084998-f7768d80-f6a5-11ea-8ed3-b75c1404bc77.png)
6161

6262
## Download
63-
>Versions for iOS 9+, Android 5.1+ and Windows 7+ (with Internet Explorer 11 installed).
63+
>Versions for Windows 7+ (with Internet Explorer 11 installed), Android 7.1+ and iOS 9+ ([For EU don't work from version 17.4](https://www.macrumors.com/2024/02/15/ios-17-4-web-apps-removed-apple/)).
6464
6565
**[Download](https://github.com/r57zone/EasyNotes/releases)**
66+
6667
## Feedback
6768
`r57zone[at]gmail.com`
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)