0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Suppressed a warning in the Base64 class. More... over 15 years ago
Enabled the ability to transfer the application to an SD card on Froyo. This is also the release for version 1.0.5. More... almost 16 years ago
Closes gh-1 More... almost 16 years ago
Major code cleanup using automatic styles along with replacing all tabs with spaces. No functional changes, just code cleanup. More... almost 16 years ago
Cleaned up license headers. More... almost 16 years ago
Changed the version number for release 1.0.3 More... about 16 years ago
Removed some code that was put in place for debugging, but was never deleted. More... about 16 years ago
Cleaned up the source code and finished commenting all of the methods and parameters. More... about 16 years ago
Added a check to see if the file name was left blank or a file alreay existed and displays an message if the file was not created. More... about 16 years ago
Actually, this is version 1.0.2 More... about 16 years ago
Changed version number to 1.0.3 for a new release. More... about 16 years ago
The help menu is now an HTML page that is displayed using a WebView. More... about 16 years ago
Fixed some spacing. More... about 16 years ago
Implemented the delete command which is accessable from the context menu. More... about 16 years ago
Added a menu to all of the windows that displays a "help" item. This item displays a help activity that displays useful information. The help activity needs to be improved and should include version information. More... about 16 years ago
When the back button is pressed the sensitive inforation contained in the application is removed and the garbage collector is invoked. More... about 16 years ago
Added header comments to the AESEncryptionProvider. More... about 16 years ago
Changed the application so it is linked agains Froyo (2.2) but only requires Donut (1.6). More... about 16 years ago
Added the new application icon. More... about 16 years ago
Finished implementing the AESEncryptionProvider and finished the DESEncryptionProvider. The application not has basic functionality for encrypting and decrypting plan text, AES, and DES files. More... about 16 years ago
Reorganized the structure of the project by adding some folders. More... about 16 years ago
The password field is only enabled when an encryption algorithm is used that requires a password. When no encryption is selected the password field is disabled. More... about 16 years ago
Implemented AES encryption for file read and write so that encryption is functional. When the decryption fails the interface is disabled and the file can not be saved. More... about 16 years ago
Added an AsyncTask for encrypting the file and writing it to the file. This task dismisses the saving dialog that is displayed when the save operation is requested. More... about 16 years ago
Implemented an AsyncTask for decrypting the file that also dismisses the dialog that indicates that the file is being decrypted preventing the user for gaining access to the GUI and editing the content before it loads. More... about 16 years ago
Implemented the required functions to encrypt and decrypt a string using AES. More... about 16 years ago
New files can now be created. More... about 16 years ago
Implemented the intent and necessary logic for displaying the textedit interface. Additional logic was added to the interface for selecting an algorithm. More... about 16 years ago
Added the license information to the readme. More... about 16 years ago
File is now passed into the view that selects the algorithm and provides a password. More... about 16 years ago