Releases: T0biasCZe/AdbFileManager
Nine whole and 2 tenth release PREVIEW
What's Changed
- Updated ADB binary from 34.0.4-10411341 to 35.0.2-12147458
- WIP Dark mode
- Fixed bug with localized paths when Windows didnt use english (thanks to @lordrak007 for spotting the fix)
Full Changelog: v1.9...v1.9.1
Ninth release
This release upgrades from .NET 7 to .NET 8!!
Changes:
- fixed #25
- the GUI is now responsive and resizable
- added feature for unlocking the phone with password, for when the display is broken and you need to copy files (USB Debugging and authorization still needed)
- made some precautions to prevent the program from crashing while its opening
Full Changelog: v1.8...v1.9
There are 2 variants for download:
"AFM 1.9.zip", if you have .NET 8 Runtime normally installed
"AFM 1.9 with NET8 runtime.zip", has .NET 8 Runtime included, so you dont need to install it separately, however it takes extra 160MB of diskspace
.NET 8 runtime downloads:
(you dont need to install this if you use the bundled version)
64 bit: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.7-windows-x64-installer
32 bit: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.7-windows-x86-installer
ARM: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.7-windows-arm64-installer
(i didnt test if the program actually works on arm)
Ninth release preview
Full Changelog: v1.8...dev1,9
Eight release++
Almost same as 8 release
- Updated to .NET 8
- Self contained publish with .NET runtime and all needed DLLs
- Added the whole initialization to try catch, to prevent app not starting without showing exception
Full Changelog: v1.8...dev1.8
Eighth release
Changes:
Added compatibility mode, which allows you to use Android 6 or older devices #11
Speeded up the app and especially compat. mode by fixing bug that caused directory to be loaded multiple times
Added compatibility mode "fast mode", which speeds up the directory loading even more, at the cost of icon inaccuracy
Full Changelog: v1.7.1...v1.8 (dont bother reading this...)
Beta 1.8.0
finally added the support for legacy android, however its currently little slow
Seventh release
Changes:
- Added "folder unwrapping", which allows smoother progress bar when selecting just 1 very large folder (for example, when you select DCIM. Before, it would just show "0%, 0 from 1 done" until the whole copy operation was finished)
- Added buttons to be able to go back a directory in the files on pc browser
- Added new languages besides just English: Čeština 🇨🇿, Polski 🇵🇱, Deutsch 🇩🇪, Espanol 🇪🇸 and Japanese 🇯🇵
- Fixed incorrect layout when display was using dpi different than 100% (Fixes #20)
Full Changelog: v1.6...v1.7.1
Seventh release pre
Added option for previewing files when right clicking them
Added compatibility mode for old devices with android 6 and older NVM its still broken
Fixed that the buttons at the bottom woudnt move when the app was resized
Full Changelog: v1.5.1...v1.6
Sixth release
Added file icon next to file name to make navigation easier. currently shows separate icons for folders, audio, video, images, documents, roms, archives and executables. for rest it shows generic file icon. Suggestion mentioned in #12
Fixed issue with copy popup not showing sometimes (fixes #13)
Fixed #15
"Fixed" #17 (cant delete the rows in the datagridview now :p)
Fifth release
Added ability to use Enter and Backspace to go to directory/go up a directory
Fixed issue with files using Unicode characters. Those will now work correctly