The Following 28 Users Say Thank You to nowhereman For This Useful Post: | ||
![]() |
2010-05-26
, 08:27
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#2
|
![]() |
2010-05-26
, 09:20
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Dec 2009
@ Spain
|
#3
|
![]() |
2010-06-08
, 11:40
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#4
|
![]() |
2010-06-08
, 12:07
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#5
|
![]() |
2010-06-08
, 18:52
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#6
|
![]() |
2010-06-12
, 09:09
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Dec 2009
@ Spain
|
#7
|
![]() |
2010-06-12
, 13:29
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#8
|
![]() |
2010-06-14
, 09:11
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#9
|
![]() |
2010-06-14
, 09:55
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#10
|
Finally and after PR 1.2 has been relesed, I want to announce the first working version of qtWallet.
qtWallet is a Maemo implementation for a electronic wallet. You can store your private and confidential information into an encrypted repository. A numeric password (up to 16 digits) will protect your passwords, credit cards, passports, ...
Current functionalities:
* Store credit card images
* Browse your information
* Sort data
* Search with keyboard
* Store extra information in extra fields
* Import / Export your data (now include images)
* AES encryption (numeric and alphanumeric password) up to 16 chars
* Change password
* SQLite Repository
* Copy and paste field information to clipboard (click on field label)
* Automatic Lock when phone go to sleep
* Autorotation
* Cards can be grouped
* Change password
* Duplicate cards
* Wallet database can be backed up by the default backup application.
* Now with support for not ascii characters
* Spanish, French (thank's to danypoup) and English version
* Dutch translation (thanks to ThomasAH)
* Swedish and Finnish translation (thanks to aanckar)
* Italian translation (thanks to Natan_xy)
* German translation (thanks to deryo)
Regarding phone numbers:
If you want alpha phone numbers by default, create the file:
~/.config/nowheremanmail/qtWallet.conf
with content (suppress >>> and <<<< characters)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[hints]
phoneNumber\supportCharacters=true
<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Import file format is a text file like this:
<ignored text>:Card name 1
<ignored text>:Group Name
<ignored text>:Card type
<field name>;field type:field value 1
<field name>;field type:field value 2
...
<empty line>
<ignored text>:Card name 2
<ignored text>:Group Name
<ignored text>:Card type
<field name>;field type:field value 1
<field name>;field type:field value 2
...
Images are exported in same folder as
Card_name_1.png
Card_name_1_BACK.png
...
Field type can be:
* T for multi-line text
* D for dates
* U for URLs
* P for Passwords
* N for numbers
* H for phone numbers
* S or empty for text
Future functionalities:
* Use hilton notifications ?
* Import pictures from camera
* More icons
* Workstation version ?
* ... Anything else?
Note: I attached qtwallet.zip. This file includes all current translations, and it can be used to create a new one.
Thank's
-------------------------------------------------------------------------------------------------------------------------
Please
DONATE
------------------------------------------------------------------------------------------------------------------------------
Last edited by nowhereman; 2011-09-17 at 06:41. Reason: Updated information