adam84luong / qrserv

Transfer files with ease over a network.

Home Page:https://play.google.com/store/apps/details?id=dev.uint.qrserv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRServ

Banner with app icon, app name 'QRServ' followed by 'transfer files with ease'

Transfer files with ease over a network.

Version    License

Get it on Google Play      Donate


Screenshots

Screenshot of app on the main screen    Screenshot of app after selecting a file    Screenshot of app after opening IP address list    Screenshot of app when press and holding or hovering over file name -- tool tip is shown with full file name


About

QRServ is a file sharing application that utilises its own HTTP server to serve files while having a clean & functional user interface.

Features

  • QR Code
  • Share / Copy to clipboard option
  • Import via sharesheet (Android only)
  • Show and hide filename in download URL path
    • Long press the share button to toggle
  • Various IP addresses from different network interfaces can be chosen
  • HTTP server uses an unused ("random") port
  • Supports Android, Windows and Linux platforms
  • Supports various languages:
    • English
    • French (Français)
    • German (Deutsch)
    • Spanish (Español)
    • Portuguese (Português)
    • Hungarian (Magyar)
    • Polish (Polski)

Releases

Android, Windows and Linux builds can be found in the releases section of this repository.

Note: Android builds on GitHub will have a different certificate than builds on the Play Store. In other words, you cannot upgrade a build from installation source A via source B and vice versa.

Building

Android

If you wish to have debugging symbols for an app bundle release, ensure you have the Android NDK installed. You may need to specify the ndk.dir in the local.properties file.
However, if you do not plan to do a Play Store release, you may remove the ndk block from android.defaultConfig in the gradle build file.

Windows

Windows builds normally require Visual C++ Redistributable for Visual Studio 2015 to run. There are two ways you could go about it:

  1. Install Visual C++ Redistributable for Visual Studio 2015
  2. Bundle the required files in the root directory of the compiled executable (msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll) -- ideal when distributing

You could package builds as a MSIX but that is only practical if you plan to get or already have a code signing certificate.

Licencing

Google Play and the Google Play logo are trademarks of Google LLC.

Poppins (the font) is licenced under OFL-1.1.

QRServ is licenced under the MIT license.

Translators

Thanks to the following users for helping out with language translation:

User Language(s)
miklosakos Hungarian
MrRocketFX Polish
utf-4096 French

About

Transfer files with ease over a network.

https://play.google.com/store/apps/details?id=dev.uint.qrserv

License:MIT License


Languages

Language:Dart 56.4%Language:C++ 26.3%Language:CMake 15.7%Language:C 1.2%Language:Kotlin 0.4%