-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6084016
commit 73bb921
Showing
4 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
* Upgraded to Flutter 3 and Material 3 | ||
* Added text labels for images; each can be given its own name | ||
* Encryption is now optional (can be switched in settings or selected at first launch) | ||
* 📷️ Camera improvements: | ||
- Many problems and bugs have been fixed, the camera UI and photo preview have been redesigned; | ||
- Added option to disable autofocus | ||
* 🔒️ Improved security: | ||
- Reduced the time unencrypted password stays in RAM; | ||
- Clearing the in-memory password location and image cache; | ||
- Temporary encryption key and other secrets are now located in a protected memory area; | ||
- The password re-entry dialog now only appears if the app has been minimized or covered by another app; | ||
- Disable screenshots if encryption is enabled | ||
* F-Droid split APK support | ||
* Fixed bug with image thumbnail size, now they are smaller | ||
* Other minor bugfixes and improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
* Обновлён до Flutter 3 и Material 3 | ||
* Добавлены текстовые метки изображений; каждому можно дать своё название | ||
* Шифрование переведено в ряд опциональных (можно переключить в настройках или выбрать при первом запуске) | ||
* 📷️ Улучшения камеры: | ||
- Устранены многие проблемы и баги, переработан интерфейс самой камеры и предпросмотра снимка; | ||
- Добавлена опция отключения автофокуса | ||
* 🔒️ Улучшена безопасность: | ||
- Уменьшено пребывание незашифрованного пароля в ОЗУ; | ||
- Очистка места пароля в памяти и кэша изображений; | ||
- Временый ключ шифрования и остальные секреты теперь расположены в защищённой области памяти; | ||
- Диалог повторного ввода пароля теперь появляется только если приложение было свёрнуто или перекрыто другим приложением; | ||
- Запрет скриншотов если шифрование включено | ||
* Поддержка разбиения APK по архитектурам в F-Droid | ||
* Исправлена ошибка с размером миниатюр изображений, теперь они меньше | ||
* Прочие мелкие исправления и улучшения |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters