apps

  • Shasher Shasher is a simple tool to calculate hash of text or file. It is written in Python. Latest stables Shasher-2.7.py (~ 8.2 KiB) Shasher-2.7-1 ...
    Posted May 7, 2013, 2:54 AM by Hai Bison
  • apk-signer apk-signer is a convenient tool to sign .apk files, it tends to serve end-users, not developers.NotesNew version v1.4.2 works fine with JDK 1.7 ...
    Posted Apr 21, 2013, 4:46 AM by Hai Bison
  • Lines Lines helps you count total lines of code of your project. Released under MIT License Requires: Python >= 2.6.8 Latest stables: Lines-1.8.py (~ 10.4 KiB) Lines ...
    Posted May 7, 2013, 2:38 AM by Hai Bison
  • Files Files provides easy and convenient ways to manage your SD card contents. Clipboard, Bookmark and History manager; Ability to install APK files; Ability to find appropriate apps to open a ...
    Posted by Hai Bison
Showing posts 1 - 4 of 4. View more »

libs

  • android-filechooser It is a simple file chooser dialog for Android (actually it is an Activity).Latest stable: source v5.2 (~632 KiB) Released under MIT License Works on: Android 1.6 ...
    Posted by Hai Bison
  • android-lockpattern Android has one useful tool in security settings, it is Lock Pattern. Users can define their own lock pattern — which is a combination of 4+ dots. We have extracted this ...
    Posted by Hai Bison
Showing posts 1 - 2 of 2. View more »

news

May 18

android-lockpattern v2.6:

  • Use UPPER_CASE for static final fields and enums;
  • Move all dynamic settings to SharedPreferences;
  • Change interface IEncrypter;

May 05

android-filechooser v5.2:
  • All providers: Use the host app's package name as authority prefix instead of UUID authority suffix;
  • Change coding style: use UPPER_CASE for static final fields and enums;

Apr 28

We're happy to announce that new android-filechooser (v5.1) has more comfortable UI, more efficient and is stable. We've changed the entire architecture of the project. Now it uses content providers to serve requests. That's better approach comparing to services.

  • Automatically reload current directory when there are changes.
  • Bookmark and History manager.
  • Designed for both phones and tablets.
  • Choose file(s), directory(ies).
  • Save as dialog.
  • Two built-in themes: dark and dark dialog.
  • Ability to build your own custom file provider.
  • Single/ double tap to choose files.