From 545046e1bc280f9c944863ff1e7b1f91635e8bd2 Mon Sep 17 00:00:00 2001 From: hajdam Date: Wed, 29 Jan 2020 19:17:26 +0100 Subject: [PATCH] README fix --- .gitignore | 1 + .idea/misc.xml | 8 ++++++-- README.md | 24 ++++++++++++------------ build.gradle | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index b75e707..b7ccfa6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ .externalNativeBuild *~ /resources/private/ +/.nb-gradle/ diff --git a/.idea/misc.xml b/.idea/misc.xml index 26a9819..829c220 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ diff --git a/README.md b/README.md index ecba38d..331edef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -BinEd Binary/Hexadecimal Editor -=============================== +BinEd - Binary/Hexadecimal Editor +================================= Binary/hexadecimal viewer/editor for Android written in Java. @@ -15,16 +15,16 @@ Features UNDER DEVELOPMENT -- TODO: Data as hexadecimal codes and text preview -- TODO: Insert and overwrite edit modes -- TODO: Support for selection and clipboard actions -- TODO: Support for showing unprintable/whitespace characters -- TODO: Support for undo/redo -- TODO: Support for charset/encoding selection -- TODO: Codes can be also binary, octal or decimal -- TODO: Searching for text / hexadecimal code with found matches highlighting -- TODO: Support for huge files -- TODO: Delta mode - Only changes are stored in memory + * TODO: Data as hexadecimal codes and text preview + * TODO: Insert and overwrite edit modes + * TODO: Support for selection and clipboard actions + * TODO: Support for showing unprintable/whitespace characters + * TODO: Support for undo/redo + * TODO: Support for charset/encoding selection + * TODO: Codes can be also binary, octal or decimal + * TODO: Searching for text / hexadecimal code with found matches highlighting + * TODO: Support for huge files + * TODO: Delta mode - Only changes are stored in memory Compiling --------- diff --git a/build.gradle b/build.gradle index 4244a30..ded884a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong