Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
DiffDroid 圖標

DiffDroid


Ludwig Gruber
0.3
  • 2017年04月21日
    Update date
  • Everyone
  • Android 2.3.2+
    Android OS

關於DiffDroid

延伸DiffTool的可能性

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.

更多

更多應用信息

最新版本

0.3

上傳者

Vishal Suthar

系統要求

Android 2.3.2+

內容分級

Everyone

最新版本0.3更新日誌

Last updated on 2017年04月21日

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 截圖 1DiffDroid 截圖 2DiffDroid 截圖 3

DiffDroid歷史版本

APK
439.1 KB2017年04月21日
下載
APK
439.1 KB2016年05月12日
下載
所有版本

相關標籤

24 小時熱門文章

訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。