-
Notifications
You must be signed in to change notification settings - Fork 46
/
README
132 lines (99 loc) · 4.56 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Universal Password Manager
--------------------------
https://upm.sourceforge.net
Copyright (C) 2005-2012 Adrian Smith
Universal Password Manager is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Universal Password Manager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Universal Password Manager; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Overview
--------
Universal Password Manager (UPM) allows you to store usernames, passwords, URLs,
and generic notes in an encrypted database protected by one master password.
There are several open source password managers available so what makes UPM
different? It's three strongest features are...
* it's simplicity - it provides a small number of very strong features with no
clutter.
* cross platform - UPM runs on Android, Windows, Mac OS X and Linux.
* database syncing - This feature allows your to keep you database in sync
across several PCs/devices using either Dropbox or a HTTP location.
Features
--------
.Small, fast and lean
.Uses AES for database encryption
.Database sync across multiple PCs/devices
.Written in Java/SWING
.Android, Windows and Mac OS X native feeling versions available
.Fast account searching
.Streamlined for those who are more comfortable using the keyboard only
History
-------
v1.21 26-August-2023
* Upgraded targetSDK version to 33 to comply with new play store policy.
v1.20 14-May-2022
* Fixed a problem accessing storage when using the backup / restore feature
v1.19 4-May-2022
* Fix problem with Dropbox sync
v1.18 16-Sep-2018
* Fix problem when downloading DB
* Password should be invisible to the accessibility services
v1.17 14-Oct-2017
* Handle situation where db doesn't exist on Dropbox
v1.16 11-Oct-2017 (beta)
* Refactor to use Dropbox v2 API
v1.15 28-Mar-2014
* Backup database using Google Backup Service
* Added French translation
* Protect against possible DB corruption
v1.14 28-Oct-2012
* Added support for syncing to Dropbox
* Hide account details in screenshots and task manager
v1.13 12-Aug-2012
* Added support for all API levels up to and including 16
* Fixed a few bugs
v1.12 23-Jan-2012
* Added support for version 3 of the password database. This version stores all strings as UTF-8.
v1.11 08-Jan-2012
* Bug fix release
v1.10 12-Dec-2011
* Bug fix release
v1.9 06-Dec-2011
* Bug fix release
v1.8 12-Oct-2011
* Added Russian translation
* Trim the remote url before using it
v1.7 17-Jul-2011
* Added permission WRITE_EXTERNAL_STORAGE. Backup wasn't working without this.
v1.6 17-Jul-2011
* When returning to the main account list activity return to the same scroll position as we left
* Added support for large screens
* Made links on the Account Details page clickable
v1.5 29-Nov-2010
* Moved all buttons onto a ButtonBar on their respective Activity
* Put a "Restore Database" option on the New Database dialog
v1.4 21-Oct-2010
* Bugfix for blank screen when the application starts
v1.3 14-Oct-2010
* Fixed a number of problems that were causing crashes.
* Delete the temp db file created during a sync operation.
v1.2 8-Aug-2010
* New Feature: Long-clicking on an account now brings up a context menu
allowing you to copy username, copy password, launch URL, edit account
* New Feature: Added the ability to trust self signed certificates and
certificates that have a different Common Name to the website hostname
* New Feature: Increased the font size on the Account Details activity
* Bug Fix: recover gracefully when the database is closed unexpectedly
v1.1 30-Mar-2010
* Implemented the Shared Database feature as it exists in the desktop
version of UPM
* Added Delete Database feature
* Lots of little bugs fixes throughout the codebase
v1.0 1-Feb-2010
* Initial Release