README fix
This commit is contained in:
@@ -11,3 +11,4 @@
|
||||
.externalNativeBuild
|
||||
*~
|
||||
/resources/private/
|
||||
/.nb-gradle/
|
||||
|
||||
Generated
+6
-2
@@ -5,7 +5,7 @@
|
||||
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
|
||||
<option name="myNullables">
|
||||
<value>
|
||||
<list size="10">
|
||||
<list size="12">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
|
||||
<item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
|
||||
@@ -16,12 +16,14 @@
|
||||
<item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.Nullable" />
|
||||
<item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableDecl" />
|
||||
<item index="9" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableType" />
|
||||
<item index="10" class="java.lang.String" itemvalue="android.annotation.Nullable" />
|
||||
<item index="11" class="java.lang.String" itemvalue="com.android.annotations.Nullable" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myNotNulls">
|
||||
<value>
|
||||
<list size="9">
|
||||
<list size="11">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
|
||||
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
|
||||
@@ -31,6 +33,8 @@
|
||||
<item index="6" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.NonNull" />
|
||||
<item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullDecl" />
|
||||
<item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullType" />
|
||||
<item index="9" class="java.lang.String" itemvalue="android.annotation.NonNull" />
|
||||
<item index="10" class="java.lang.String" itemvalue="com.android.annotations.NonNull" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
|
||||
@@ -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
|
||||
---------
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user