DiffDroid

7.4 2

v0.3 by Ludwig Gruber

DiffDroid APK 下載 DiffDroid APK 下載

關於 DiffDroid

DiffDroid(包名:com.difftool.diffdroid)開發者是Ludwig Gruber,DiffDroid的最新版本0.3更新時間為2017年04月15日。DiffDroid的分類是工具。您可以查看DiffDroid的開發者下的所有應用並找到DiffDroid在安卓上的19個相似應用。目前這個應用免費。該應用可以從APKFab或Google Play下載到Android 2.3.2+。APKFab.com的所有APK/XAPK文檔都是原始文檔並且100%安全下載的資源。
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.

DiffDroid 0.3 更新

0.3: minor bugfix (DiffDroid is still in beta phase)
0.2: first publication (still in beta phase)
0.1: internal version only
查看更多
DiffDroid 資訊
歷史版本 更多
DiffDroid
DiffDroid 0.3 APK
2017年04月21日 439.05 KB

Requires Android: Android 2.3.2+

Screen DPI: 160-480dpi

SHA1: 5607382851e7fc2b4211b1cb01c07d9dee0fad06

Size: 439.05 KB

What's New:

0.3: minor bugfix (DiffDroid is still in beta phase)
0.2: first publication (still in beta phase)
0.1: internal version only
DiffDroid
DiffDroid 0.2 APK
2016年05月11日 439.08 KB

Requires Android: Android 2.3.2+

Screen DPI: 160-480dpi

SHA1: 90b4f934e35e3b2684dd56411cd884f45e5497fa

Size: 439.08 KB

更多資訊

更新日期:

最新版本:

0.3

請求更新:

提交最新版本

系統要求:

Android 2.3.2+