MartinKayJr / HexViewer

(GPL) Android Hex Viewer is a FREE software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexViewer

Build Status Release License: GPL v3 Tests Issues Weblate Bugs Code Smells Duplicated Lines (%) Vulnerabilities Maintainability Rating Reliability Rating Security Rating Technical Debt Lines of Code

Get it on F-Droid

(GPL) Android Hex Viewer is a FREE software.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

This application offers the following features:

  • Opening all files without a corresponding Android application (1).
  • Display of the file in hexadecimal (or plain text) with the possibility to modify the content (in hexadecimal only).
  • Saving the file on the smartphone/tablet (2).
  • Search option in the open file (hexadecimal and plain text modes).

(1) At first, the file can only be saved via "save as" and due to Android permissions reasons, the only way to make it appear in the list of recent files is to reopen it.

(2) Due to file permissions, after a "save as", the list of recent files cannot be updated with the new file location.

Caution: Opening files that are too large seriously degrades application performance and can suddenly stop the application on low-resource devices.

WARNING: This application cannot open files larger than ~20 MB on recent smartphones and less for older smartphones.

🌟 A special thanks to @OmlineEditor for her patience and help 🙏, without her this application would not be at this level 😊.

Instructions

Download the software :

mkdir devel
cd devel
git clone git://github.com/Keidan/HexViewer.git
cd HexViewer
Use with android studio

Contributions

Bug fixes

You can simply report a problem via an issue, or even provide pull requests with fixes for a bug you discovered.

About the style of the code: Try to respect the original style as much as possible.

Translations

You are invited to provide translations for the app. But there are some rules.

  • Please translate only if you're familiar with the nomenclature of the Android system. If you're not sure, check the official documentation and see how it should be done.
  • Contribute only if you commit to translating the majority of the strings. No one wants an application that is a mix of English and native language. I may remove translations, if they are not updated on new string resources.
  • So that I can integrate it correctly, please give me the translation of the new language.

Translations can be provided via Weblate.

Note: In the settings, the list of languages is sorted as follows (according to the alphabetical order of their codes):

  • ar: Arabic
  • de-DE: German
  • en-US: English
  • es-ES: Spanish
  • fr-FR: French
  • hu-HU: Hungarian
  • iw: Hebrew
  • ja-JP: Japanese
  • nb-NO: Norwegian Bokmål
  • pt-BR: Portuguese (Brazil)
  • pt-PT: Portuguese
  • ru-RU: Russian
  • tr-TR: Turkish
  • vi-VN: Vietnamese
  • zh-CN: Chinese

The current status of the translations is as follows:

Weblate

Screenshots

Home screen

Home screen menu

Hex display update

Hex display update & line numbers portrait

Hex display update & ine numbers landscape

Update mode

Plain display

License

GNU GPL v3 or later

About

(GPL) Android Hex Viewer is a FREE software.

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%Language:Ruby 0.1%