Releases: rodion-gudz/Android-Tool
Releases · rodion-gudz/Android-Tool
Android-Tool v2.0.2
🇷🇺 Список изменений:
❗️Установку этого обновления нужно произвести вручную, все последующие обновления будут устанавливаться автоматически
- Исправлена установка APK на некоторых устройствах
- Рефакторинг кода, фикс мелких багов
- Новая иконка
- Новая система проверки обновлений, автоматического скачивания и установки при следующем открытии
- Теперь в каждую версию Android-Tool влючены актуальные SDK Platfrom Tools
🇬🇧 Changelog:
❗️This update must be installed manually, all new updates will be installed automatically
- Fixed APK installation on some devices
- Code refactoring, small bug fixes
- New icon
- New program automatically checks for updates, automatically downloads and installs the next time you open it
- Every version of Android-Tool now includes actual SDK Platfrom Tools
Android-Tool v2.0.1
🇷🇺 Список изменений:
- Исправлен баг с вылетом на некоторых устройствах (MacOS)
🇬🇧 Changelog:
- Fixed bug with crash on some devices (MacOS)
Android-Tool v2.0
🇷🇺 Список изменений:
- Добавлено окно с информацией о программе, полезными ссылками
- Добавлены настройки, пункт изменения темы (темная или светлая), тема сохраняется даже после удаления или обновления программы
- Полностью переработан интерфейс, теперь он масштабируемый и адаптивный, улучшение многих элементов интерфейса
- Добавлена установка .img файла в любой раздел (Fastboot)
- Изменен раздел "Console" для более удобного использования
- Исправлен баг с открытием терминала в Linux
- Теперь SDK-Tools скачиваются напрямую с официального сайта Google, а не с отдельного репозитория
- Сохранение IP адреса последнего успешного подключения после выхода из программы
- Обновление зависимостей и списка приложений (applist.properties)
- Исправление багов, доработка и рефакторинг кода
🇬🇧 Changelog:
- Added a about dialog with useful links, information about the program
- Added settings, the item for changing the theme (dark or light), the theme is saved even after uninstalling or updating the program
- Completely redesigned interface, now it is scalable and responsive, improvement of many interface elements
- Added installation of .img file to any partition (Fastboot)
- Changed section "Console" for more convenient use
- Fixed bug with opening terminal in Linux
- Now SDK-Tools are downloaded directly from the official Google site, and not from a separate repository
- Added saving the IP address of the last successful connection after exiting the program
- Updated dependencies and list of applications (applist.properties)
- Some bugs fixed, revision and code refactoring
Android-Tool v1.3.0
🇷🇺 Список изменений:
- Обновлён и дополнен список пакетов приложений (с его помощью Android-Tool определяет имя приложения)
- Программа теперь работает на Kotlin Coroutines, что позволило немного увеличить производительность
- Исправлен баг на MacOS при установке apk с именем, содержащим пробелы
- Библиотека Look and Feel (FlatLaf) и другие обновлены до последней версии
- Данная и последующие версии будут собраны на нативном для JDK для Apple Silicon M1
- Исправлена установка некоторых zip и других файлов
- Фикс многих багов и доработка функций
🇬🇧 Changelog:
- Updated and expanded the list of application packages (with its help, the Android-Tool get the name of the application)
- The program now build for Kotlin Coroutines, which allowed a slight increase in performance
- Fixed bug on MacOS when installing apk with name containing spaces
- Library Look and Feel (FlatLaf) and others updated to the latest version
- This and the following versions will be compiled on the native JDK for Apple Silicon M1
- Fixed installation of some zip and other files
- Fix of many bugs and refinement of functions
Android-Tool v1.2.3
🇷🇺 Список изменений:
- Показ данных об устройстве с помощью отдельных текстовых панелей заменён на единую таблицу с информацией
- Фикс OTA обновлений, которые могли не приходить в некоторых случаях
- Теперь панель с данными и кнопки управления активны во всех режимах и подстраиваются под то, в каком режиме работает смарт
- Библиотека Look and Feel (FlatLaf) обновлена до последней версии (изменения в дизайне на некоторых ОС)
- Добавлена кнопка сохранения списка приложений в текствовый файл
- Добавлена кнопка сброса порта TCP/IP для подключения по wifi на A11
- Обновлены списки приложений и т.д.
- Фикс многих багов и доработка функций
🇬🇧 Changelog:
- Display data on the device using separate text panels is replaced by a single table with information
- Fix OTA updates that could not come in some cases
- Now the panel with data and the control buttons are active in all tabs
- Look and Feel library (Flatlaf) updated to the latest version (changes in design on some OS)
- Added button save the list of applications to the .txt file
- Added button to reset TCP / IP Port port (connect via WiFi on A11)
- Updated application lists, etc.
- Fix many bugs and UX improvements
Android-Tool v1.1.0
🇬🇧 Changelog:
- Added open, force stop, clear data functions in App Manager
- Auto refresh when changing apps type in App Manager or after disabling or uninstalling app
- Fixed bug in search, refresh button
- Added Console tab with command fields and "Open system terminal" button, that open your system console in folder with sdk-tools
- Some other bug fixed and UI improved
Android-Tool v1.0.0
🇬🇧 Changelog:
- Added update checking function (If your Android-Tool version is less than the latest, program will offer you to download update
- Added SDK Platform Tools auto installation function (If you haven't installed the SDK Platform Tools yet, program will offer you to download and install them)
- Added saving logs function in Recovery tab (Save recovery logs to /sdcard )
- Lots of bud fixed, code optimization and refactoring
Happy New Year everyone! 🎄
Android-Tool v0.9.9
🇬🇧 Changelog:
- Acceleration of receiving device properies in adb and fastboot
- New icon
- Added recovery section
- Changed work with SDK tools (code optimization to improve performance)
- Multiple fixes, source refactoring
- Preparing for the innovations in version 1.0.0, wait 😉
Android-Tool v0.9.7
🇬🇧 Changelog:
- Added applications search to App Manager
- Added debug permission dialog
- Updated links
- Fixed Info Panel bug in the Links section
- Fixed reading parameters bug in Fastboot
- Improved disabling of components
- Other fixes and code optimization
Android-Tool v0.9.0
🇬🇧 Changelog:
- Added Recovery remote
- Added Logcat function
- Update links
- Update adb and fastboot
- Some bugs fixed