DiffDroid

DiffDroid

Ludwig Gruber
Apr 21, 2017
  • 439.1 KB

    Tamanho do arquivo

  • Android 2.3.2+

    Android OS

Sobre este DiffDroid

alargar as possibilidades de 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.

Mostrar mais

Novidades em 0.3 mais recente

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
Mostrar mais

Vídeos e capturas de tela

  • DiffDroid Cartaz
  • DiffDroid imagem de tela 1
  • DiffDroid imagem de tela 2
  • DiffDroid imagem de tela 3

Informações sobre DiffDroid APK

Última Versão
0.3
Categoria
Ferramentas
Android OS
Android 2.3.2+
Tamanho do arquivo
439.1 KB
Desenvolvedor
Ludwig Gruber
Downloads seguros e rápidos de APK no APKPure
O APKPure usa verificação de assinatura para garantir downloads de APK DiffDroid sem vírus para você.

Versões Antigas de DiffDroid

DiffDroid 0.3

439.1 KBApr 21, 2017
Baixar

DiffDroid 0.2

439.1 KBMay 11, 2016
Baixar
APKPure ícone

Baixar de Forma Rápida e Segura via APKPure App

Um clique para instalar arquivos XAPK/APK no Android!

Baixar APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies