Home Page

DiffDroid 0.3 - Get Apk




About DiffDroid

DiffDroid is a Add-On for DiffTool (https://play.google.com/store/apps/details?id=com.difftool) , which extends it's functionality. DiffDroid functions in detail: - this APP allows DiffTool to open the files and documents...

DiffDroid is a Add-On for DiffTool (https://play.google.com/store/apps/details?id=com.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.



Previous Versions

Here you can find the changelog of DiffDroid since it was posted on our website on 2016-09-27 23:46:45. The latest version is 0.3 and it was updated on 2024-04-19 22:46:55. See below the changes in each version.

DiffDroid version 0.3
Updated At: 2017-04-15
Changes: 0.3: minor bugfix (DiffDroid is still in beta phase) 0.2: first publication (still in beta phase) 0.1: internal version only
DiffDroid version 0.2
Updated At: 2016-05-10


Related Apps

Here you can find apps that are similar with DiffDroid.



Disclaimer

External Download


We do not host DiffDroid on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Galad and passed their terms and conditions to be listed there. We recommend caution when installing it.

The APK Download link for DiffDroid is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 18
Updated At: 2024-04-19 22:46:55
Publisher: Ludwig Gruber
Operating System: Android
License Type: Free