Skip to content

MrIkso/FolderCompare

Repository files navigation

Easy to use folder and file (diff) comparison tool.

Requires Android: Android 4.0 and up

Use it to find changes between two folders and
to find differences between two different versions of a file.
It supports:
* A colour-coded comparison makes it easy to pinpoint at a glance similarities and differences between files
* Filter settings (file size, file modification date, regular expressions, etc.)
* Comparison settings
* html report generation for folder comparison results
* html report generation for file comparison results
Whereas process of folder comparison may be slow depending on file size and file count,
you will see intermediate results of comparison and it is also possible to stop comparison
process in any time.
You may compare files which have differences. A colour-coded comparison makes it
easy to pinpoint at a glance similarities and differences between files.



LICENSE
=======

See COPYING.txt for the GNU GENERAL PUBLIC LICENSE

Diff Match and Patch
---------------------------------------------------------------------------
lines	file(s)
		src/diff/diff_match_patch.java

 Diff Match and Patch

 Copyright 2006 Google Inc.
 https://github.com/google/diff-match-patch/blob/master/java/src/name/fraser/neil/plaintext/diff_match_patch.java

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.