DiffDroid

DiffDroid Free App

Rated 3.67/5 (6) —  Free Android application by Ludwig Gruber

Advertisements

About DiffDroid

DiffDroid is a Add-On for DiffTool, which extends it's functionality.

DiffDroid functions in detail:
- this APP allows DiffTool to open the files and documents in an editor of your choice.
- by using that APP, you can start DiffTool from any File Explorer (simply select DiffDroid when you open a file from your Explorer; then press "Select the Second File" to add file B: in the same way).
- this APP offers Java®* intents to integrate DiffTool into any other Java®* App (more about see below).

Coming soon:
- DiffDroid will give DiffDroid access to Google Drive™**
- DiffDroid will give DiffTool access to files on your local network.

For software developers:
By using this APP, you can use the following code to integrate DiffTool into your Apps.
// Compare 2 text files
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "text");
intent.putExtra("fileA", PATH+FILENAME);
intent.putExtra("fileB", PATH+FILENAME);
startActivity(intent);
// Compare 2 binary files
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "binary");
intent.putExtra("fileA", PATH+FILENAME);
intent.putExtra("fileB", PATH+FILENAME);
startActivity(intent);
// Compare 2 folders
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "folder");
intent.putExtra("folderA", PATHNAME);
intent.putExtra("folderB", PATHNAME);
startActivity(intent);
// Store folder state
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "store");
intent.putExtra("folder", PATHNAME);
startActivity(intent);
// View a stored DIFF file
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "view");
intent.putExtra("file", PATH+FILENAME);
startActivity(intent);

= NO WARRANTY =
THE PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY. IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY, YOUR DEVICE, YOUR DATA AND PERFORMANCE OF THE PROGRAM IS WITH YOU.


* Java ® is a registered trademark of Sun Microsystems, Inc.
** Google Drive™ and Android™ are trademarks of Google, Inc.

How to Download / Install

Download and install DiffDroid version 0.3 on your Android device!
Downloaded 100+ times, content rating: Everyone
Android package: com.difftool.diffdroid, download DiffDroid.apk

All Application Badges

Free
downl.
Android
2.3+
For everyone
Android app

App History & Updates

What's Changed
0.3: minor bugfix (DiffDroid is still in beta phase)
0.2: first publication (still in beta phase)
0.1: internal version only
Version update DiffDroid was updated to version 0.3
More downloads  DiffDroid reached 100 - 500 downloads

What are users saying about DiffDroid

T70%
by T####:

Helpful addon to DiffTool, but also ugly and of low usability. "Compare folders" does not compare the selected folders, but the parent of each. Can't manually clear current selections without selecting new files. This app messes up several file associations.

T70%
by T####:

Allows selecting files, but Compare Text button simply opens DiffTool, not opening comparison window. I'm on Jelly Bean.


Share The Word!


Rating Distribution

RATING
3.75
6 users

5

4

3

2

1