Commit graph

920 commits

Author SHA1 Message Date
Jakob Nixdorf
3511b51d1d
Move dialogs to the correct package 2020-01-30 07:29:26 +01:00
Jakob Nixdorf
e10384fec8
Merge pull request #430 from duchampdev/patch-1
dialog_manual_entry.xml: do not use auto-completion for secret
2020-01-30 06:48:49 +01:00
RichyHBM
49165cb39d Add AirBNB, AirTable, AppVeyor, Denic, Drupal, Friendica, GMX, Gov.UK, Mail.ru and update firefox 2020-01-29 20:26:43 +00:00
Jakob Nixdorf
68d085571d
Add "Tiny" thumbnail size
Closes #428
2020-01-29 11:04:25 +01:00
Jakob Nixdorf
fe6a16fdc8
Scale the LetterBitmap with the tile size 2020-01-29 11:03:59 +01:00
Jakob Nixdorf
47dfd689d5
Update some dependencies 2020-01-29 09:40:19 +01:00
Jakob Nixdorf
692871448b
Migrate to AndroidX
This should fix the crash in the IntroActivity introduced by upgrading Gradle in 718d3a889e
2020-01-29 09:14:18 +01:00
duchampdev
28c0105d73 dialog_manual_entry.xml: do not use auto-completion for secret
When manually entering details, the secret is currently visible and completed by the keyboard. This may occur learning of the secret by the keyboard. In order to prevent this, use inputType "textVisiblePassword". This keeps the secret visible but disables auto-completion.
2019-11-16 00:37:20 +01:00
Ullas-Aithal
f00e3a45c4 #253 Remove whitespaces in secret when added manually 2019-11-04 18:27:03 -06:00
Ullas-Aithal
6c4655857c Moved ScanQRCodeFromFile from Activities to Utilities 2019-11-03 14:29:37 -06:00
Ullas-Aithal
1e6896769d Added feature to scan qr code from image file #377 2019-11-03 14:20:24 -06:00
RichyHBM
a644eace4a Allow overriding exsisting backup rather than requiring new file each time 2019-11-02 11:48:04 +00:00
RichyHBM
70a194ca5c Add option to auto backup on any edits to entries 2019-11-02 11:44:42 +00:00
zp z
05f0520c80 change 簡體中文 to 简体中文 2019-11-02 19:34:45 +08:00
Jakob Nixdorf
4f76f6a01d
Create the letter thumbnail from the issuer first
Only if the issuer is not set create it from the label
2019-10-31 14:32:14 +01:00
Jakob Nixdorf
bb01bbd242
Introduce different card layouts 2019-10-31 14:19:45 +01:00
Jakob Nixdorf
ce39c637d3
Fix settings crash if fragment isn't initialized 2019-10-31 14:00:40 +01:00
Jakob Nixdorf
494c595622
Fix adding an entry via intent 2019-10-31 13:43:16 +01:00
Jakob Nixdorf
67fbed0cca
Merge branch 'master' into auto-backup 2019-10-31 13:23:30 +01:00
Jakob Nixdorf
551c73c637
Fix intent-handling logic
* Strip the intent action after handling so it doesn't get evaluated multiple times
 * Only check intents after authentication
2019-10-31 09:42:12 +01:00
Jakob Nixdorf
20a4512699
Merge pull request #393 from schwedenmut/Register-andOTP-as-intent-receiver
Implemented intent-filter to receive otpauth requests
2019-10-31 09:36:58 +01:00
Jakob Nixdorf
cdf567959e
Don't recreate the SettingsActivity when the highlight option changes 2019-10-31 07:25:42 +01:00
Jakob Nixdorf
c2efe24c7b
Merge branch 'master' into feature/311 2019-10-31 07:22:31 +01:00
Ullas-Aithal
9a4cd2dce9 Added option to allow user to enable/disable token highlighting when it's about to expire. 2019-10-30 21:19:09 -05:00
Ullas-Aithal
0f32b69a9d Modified code to change color on expiry only for OTP values. 2019-10-30 19:26:30 -05:00
Jakob Nixdorf
42a9b393f5
Simplify the About screen
* Drop the "Translators" link (too many by now to manually keep a list of them)
 * Unify the "Report bugs" and "Translate" links into one "Support development" link that leads to the corresponding section in the Readme
2019-10-30 15:12:32 +01:00
Jakob Nixdorf
2ea3761256
Unify the saveEntries function for the adapter 2019-10-30 11:52:59 +01:00
Jakob Nixdorf
3516b7b90d
Revert "Move backup function to any saveDatabase call"
This reverts commit 7c60a06532.
2019-10-30 11:35:25 +01:00
Jakob Nixdorf
2f50a7d1d3
Merge pull request #409 from FingerlessGlov3s/master
Add OPNsense, LibreNMS and PIA Icons
2019-10-30 10:56:19 +01:00
Jakob Nixdorf
6af7346a95
Merge pull request #417 from Ullas-Aithal/bugfix/408
Fixed black navigation bar for OxygenOS devices #408
2019-10-29 15:34:36 +01:00
Jakob Nixdorf
75cf887bba
Merge pull request #391 from LizardWithHat/Hide_otp_card_on_screen_off
Workaround: Hide otp card on screen off (#264)
2019-10-29 15:27:33 +01:00
Ullas-Aithal
17befc6ffe Fixed black navigation bar for OxygenOS devices #408 2019-10-28 19:59:19 -05:00
Ullas-Aithal
9a3b408720 Implemented #311. OTP details will turn red if it's about to expire in 8 seconds. 2019-10-26 21:15:54 -05:00
FingerlessGlov3s
029d964795 Update icons to 128px 2019-10-26 20:30:31 +01:00
FingerlessGlov3s
0aade46d77 Add OPNsense, LibreNMS and PIA Icons 2019-10-26 19:34:27 +01:00
RichyHBM
7c60a06532 Move backup function to any saveDatabase call 2019-10-20 16:51:45 +01:00
RichyHBM
9b9974a163 Add settings for auto backup 2019-10-20 16:43:22 +01:00
Jakob Nixdorf
0f54078ddf
Use an enum instead of strings for the search values 2019-10-20 15:14:19 +02:00
Jakob Nixdorf
6a1da061dd
Fix typo and minor rewording 2019-10-20 15:01:21 +02:00
Jakob Nixdorf
aef558b8a2
Hide label if empty 2019-10-20 14:49:20 +02:00
Jakob Nixdorf
debd6afbc5
Add setting to specify which values should be searched
Closes #327
2019-10-20 14:44:17 +02:00
Jakob Nixdorf
bdd1a0e7d0
Merge pull request #389 from schwedenmut/Add-automatic-icon-mapping-if-issuer-is-provided--388
Add automatic icon mapping if issuer is provided
2019-10-20 12:57:36 +02:00
Jakob Nixdorf
7670302577
Merge pull request #372 from lucavallerini/split-issuer-label
Fix #258: save and show issuer and label separately
2019-10-20 12:57:05 +02:00
Jakob Nixdorf
266f0e4206
Merge pull request #366 from moritzgloeckl/gen_new_hotp_hidden
Instantly generate new code when showing hidden code for HOTP token
2019-10-20 12:48:50 +02:00
Jakob Nixdorf
7c34318c40
Bump to version 0.6.3.1 2019-10-19 10:04:22 +02:00
RichyHBM
70a7adcfc8 Create an encrypted backup when ever a new entry is added, if the following conditions are met: Have write permissions, Using date appended filenames, Not requesting the user for the backup name, Have valid backup directory, Have set an encrypted backup password 2019-10-12 11:45:31 +01:00
Jakob Nixdorf
be994a0093
Introduce build flavors
* "fdroid": Shows donate options in the About activity
 * "play": Doesn't show donate options (yet)
2019-10-11 17:19:49 +02:00
Jakob Nixdorf
9bc3f20a62
Bump to version 0.6.3 2019-10-06 13:15:12 +02:00
Jakob Nixdorf
583f13dc74
Force usage of English locales to save the auth method 2019-10-06 13:10:40 +02:00
Jakob Nixdorf
b50388fbf6
New translations from Crowdin 2019-10-04 13:18:03 +02:00
Marc Schwede
1a6ea7d514 Implemented intent-filter to receive otpauth requests 2019-10-03 09:25:01 +02:00
Ullas-Aithal
1ca16cb07a Implemented #373. Added code to move the activity to background after copy to clipboard is selected. This causes the app to 'minimize' and the homescreen will be brought up. Added checkbox in app settings to enable/disable this feature. Added appropriate english strings 2019-10-02 18:28:42 -05:00
Martin Betcher
7a850c408a Check for OTP CardList Visibility regardless of AuthMethod 2019-10-02 21:54:14 +02:00
Martin Betcher
d289bcbe06 Hide OTP Cards on Screen-Off for Device Credentials authentication 2019-10-02 21:42:09 +02:00
Marc Schwede
cf39fa3c77 Added automatic icon mapping if issuer is provided
Necessary additions:
-  cases insensitive search for thumbnails inside enum
2019-10-01 15:05:05 +02:00
Martin Betcher
7ada5ae6a5 added ability to ask for reauthentification after device inactivity 2019-09-25 22:25:35 +02:00
Jakob Nixdorf
d85085afb9
Bump to version 0.6.3-beta1 2019-09-20 07:28:29 +02:00
Jakob Nixdorf
95cd8d8785
Customize SecureCaptureActivity
Apply theme and locales and set some flags (fullscreen and HW acceleration)
2019-09-20 07:10:06 +02:00
Jakob Nixdorf
65f0aca4d2
Remove old CaptureActivity in favor of SecureCaptureActivity 2019-09-20 06:50:52 +02:00
Marc Schwede
a4e82c84b6
Update AndroidManifest.xml 2019-09-19 10:24:01 +02:00
Marc Schwede
d6edb612e5 Merge branch 'master' into AuthenticationActivity-is-missing-secure-flag-and-can-be-screencaptured-#378 2019-09-19 09:43:12 +02:00
Jakob Nixdorf
408c7549ce
New thumbnail: Lichess
Closes #355
2019-09-19 09:18:07 +02:00
Jakob Nixdorf
8ba9984567
Prevent taking screenshots of the AuthenticationActivity 2019-09-19 08:59:54 +02:00
Jakob Nixdorf
9b639301bf
New donation link 2019-09-19 08:48:53 +02:00
Jakob Nixdorf
be0926bda1
Hardcode @color/black
Some custom ROMs do strange stuff with @android:color/black, messing up the themes.
This makes sure at least the black theme is always black (for OLED devices).
2019-09-17 16:22:11 +02:00
Jakob Nixdorf
3fa60bcc12
Merge pull request #371 from HarryJohnso/system-navbar-style
White navbar in light theme
2019-09-17 16:05:46 +02:00
HarryJohnso
6ed3b5679c Final navbar color 2019-09-17 23:55:17 +10:00
Jakob Nixdorf
51030f0aa7
Merge pull request #314 from DanielWeigl/master
ensure the filterstate is correctly applied after onCreate and onRestore
2019-09-17 15:51:02 +02:00
HarryJohnso
4cdf2c1448 Changing to base themes 2019-09-17 21:21:48 +10:00
Jakob Nixdorf
945e586a2f
Refactor Storage Access code 2019-09-17 09:00:32 +02:00
Jakob Nixdorf
27121c62dc
Add the hardware acceleration flag for the camera 2019-09-17 07:16:42 +02:00
Jakob Nixdorf
be51587da2
New thumbnail: Joomla
Fixes #385
2019-09-17 07:08:20 +02:00
Jakob Nixdorf
836e0ccf45
Add information dialog about the new encryption 2019-09-16 17:12:52 +02:00
Jakob Nixdorf
d5e2bfefbd
New thumbnail: LinkedIn
Fixes #383
2019-09-16 16:51:00 +02:00
Jakob Nixdorf
277b2ae412
New thumbnail: Crowdin
Fixes #369
2019-09-16 16:43:22 +02:00
Jakob Nixdorf
5028237050
Merge branch 'master' of github.com:andOTP/andOTP 2019-09-16 16:27:25 +02:00
Jakob Nixdorf
556103db62
Forces the tokens to use the ENGLISH locale
Fixes #359
2019-09-16 16:27:11 +02:00
Jakob Nixdorf
68df1793b2
Merge pull request #350 from andOTP/fix-333
Fix all tags only selecting visible tags
2019-09-16 14:50:29 +02:00
Jakob Nixdorf
f3d0d4c2b8
Merge pull request #357 from schwedenmut/356-Add-fokus-to-pin-password-at-login
Password/pin field extended with direct focus
2019-09-16 14:46:37 +02:00
Jakob Nixdorf
5cecafe615
Merge branch 'master' into master 2019-09-16 13:09:24 +02:00
Jakob Nixdorf
2dcb87f590
Merge pull request #368 from yegortimoshenko/qr-code
QR-Code -> QR code
2019-09-16 13:02:34 +02:00
Jakob Nixdorf
d96b0373d9
Improve security of the password-protected backups
This adds a new encryption for the password-protected backups that uses a proper key derivation function (PBKDF2).
Import of the old backups is still supported, new backups are forced to use the new encryption.
2019-09-16 12:25:43 +02:00
Marc Schwede
7bdd2f444c Extended zxing-android-embedded CaptureActivity to secure 2FA QR Codes 2019-09-11 15:12:24 +02:00
Marc Schwede
491a600f9b Added secure flag to AuthenticationActivity
Partially fixes andOTP/andOTP#378
2019-09-11 14:38:56 +02:00
Yegor Timoshenko
43bc1dc6b2
Apply @joschi's feedback wrt spelling QR code in different locales 2019-08-31 22:33:07 +00:00
Luca Vallerini
5db1c587b3
Save and show issuer and label separately 2019-08-04 12:23:58 +02:00
HarryJohnso
e43d304d83 Adding the styles 2019-08-02 08:10:43 +10:00
Yegor Timoshenko
69a439564b
QR-Code -> QR code 2019-07-14 23:01:54 +03:00
Moritz Glöckl
1e1695634f Added functionality to instantly generate new code when showing hidden code for HOTP token #334 2019-07-09 21:09:13 +02:00
Richy HBM
b2812e0a52
Merge branch 'master' into 0-6-3-thumbnails 2019-06-30 21:26:44 +01:00
Jakob Nixdorf
b422b21ed1
Merge pull request #343 from CalebBurton/feature/thumbnails
New thumbnails: Betterment, Namecheap, Privacy.com, Robin Hood
2019-06-30 14:10:44 +02:00
Corentin Mors
77e512d138
Add Dashlane thumbnail 2019-06-28 14:18:23 +02:00
Nils Buechner
97c9d71677 smaller size 2019-06-15 23:41:50 +02:00
Nils Buechner
24354d03e6 new thumbnail for Diaspora 2019-06-14 14:44:48 +02:00
Marc Schwede
9b0b3a9db4 added focus to input field which fixes andOTP/andOTP#356 2019-06-06 16:04:15 +02:00
RichyHBM
3eecadfa9a Add proxmox, transip 2019-06-04 20:32:36 +01:00
RichyHBM
ca177039c2 Add mailcow, name.com, posteo 2019-06-04 20:08:09 +01:00
Caleb Burton
f85956597e Feedback: center the NameCheap icon 2019-06-04 11:17:57 -04:00
Jakob Nixdorf
1606869ea3
Merge pull request #340 from r00tusrDE/master
New thumbnails: FACEIT & netcup
2019-06-03 09:58:59 +02:00
RichyHBM
44a443285c Add digidentity 2019-06-01 22:43:21 +01:00
Richy HBM
74bdce0f29
Update donation link 2019-06-01 22:17:42 +01:00
RichyHBM
834fc542dd Fix all tags only selecting visible tags 2019-06-01 22:03:07 +01:00
RichyHBM
be187aa810 Add tumbnails for milestone 0.6.3 2019-06-01 21:37:17 +01:00
Dominik Pelz
ca70d29b4b Changed size of netcup and FACEIT thumbnails to 128x128 2019-05-31 23:51:46 +02:00
Caleb Burton
166f5be2a0 New thumbnails: Betterment, Namecheap, Privacy.com, Robin Hood 2019-05-29 09:26:03 -04:00
Dominik Pelz
a888798598 New thumbnail: netcup 2019-05-28 20:59:27 +02:00
Richy HBM
017a5e79af
Enable android backup by default 2019-05-28 19:44:42 +01:00
Dominik Pelz
51dd5969e8 New thumbnail: FACEIT 2019-05-28 20:20:55 +02:00
Jakob Nixdorf
e71f378b0d
Bump to version 0.6.2 2019-05-28 15:48:12 +02:00
Jakob Nixdorf
54d0e8f3bb
Update existing translations 2019-05-10 10:10:50 +02:00
Jakob Nixdorf
63bc48ae51
New translation: Swedish 2019-05-10 09:56:30 +02:00
Jakob Nixdorf
ece74a56a4
New translation: Persian 2019-05-10 09:49:11 +02:00
Jakob Nixdorf
60e4c550f0
New translation: Japanese 2019-05-10 09:45:20 +02:00
Jakob Nixdorf
436ec19541
New translation: Traditional Chinese 2019-05-10 09:36:05 +02:00
Jakob Nixdorf
20b6b1698a
New translation: Arabic 2019-05-10 09:25:36 +02:00
Daniel Weigl
d779346ebc ensure the filterstate is correctly applied after app-onCreate and onRestore 2019-04-17 14:16:52 +02:00
Jakob Nixdorf
cbf6691c6b
New thumbnail: ConnectWise Manage 2019-03-15 07:28:17 +01:00
Jakob Nixdorf
53b17a53f6
New thumbnail: Sophos 2019-03-15 07:13:44 +01:00
Jakob Nixdorf
c670e91391
New thumbnail: Mailbox.org 2019-03-15 07:09:36 +01:00
Jakob Nixdorf
325714ecee
New thumbnail: Microsoft Teams
Closes #305
2019-03-15 06:56:16 +01:00
Jakob Nixdorf
df0e7f0dd4
New thumbnail: Wikimedia 2019-03-08 08:31:15 +01:00
Jakob Nixdorf
be444f537c
New thumbnail: HitBTC 2019-03-08 08:20:12 +01:00
Jakob Nixdorf
3ef193f448
New thumbnail: Electronic Arts
Closes #199
2019-03-08 08:08:29 +01:00
Jakob Nixdorf
47b49d82f2
New thumbnail: LocalMonero 2019-03-04 07:51:44 +01:00
Jakob Nixdorf
fc65508998
New thumbnail: LocalBitcoins 2019-03-04 07:46:00 +01:00
Jakob Nixdorf
e420062372
New thumbnail: Standard Notes 2019-03-04 07:41:15 +01:00
Jakob Nixdorf
ad58bfcb5b
New thumbnail: Vagrant Cloud
Closes #302
2019-03-04 07:04:08 +01:00
Jakob Nixdorf
08e6e7ae6c
New thumbnail: PCloud
Closes #300
2019-02-27 08:19:35 +01:00
marverix
d630001940 Merge branch 'master' of github.com:andOTP/andOTP
# Conflicts:
#	app/src/main/java/org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java
2019-02-23 09:39:48 +01:00
marverix
fc93e050e3 feat: Added SourceForge logo 2019-02-23 08:55:30 +01:00
marverix
c0eee2f29c feat: Added Ubiquiti Networks logo 2019-02-23 08:55:30 +01:00
marverix
7fbd9869a6 feat: Added Debian logo 2019-02-23 08:55:30 +01:00
marverix
c109ff2b2d feat: Added Microsoft Office logo 2019-02-23 08:55:30 +01:00
Jakob Nixdorf
2946cafe6c
New thumbnail: Gogs
Closes #291
2019-02-20 08:41:06 +01:00
Jakob Nixdorf
65380462fa
New thumbnail: Online.net
Closes #289
2019-02-20 08:33:57 +01:00
Jakob Nixdorf
4c172fb2eb
New thumbnail: AnimeBytes
Closes #286
2019-02-20 08:29:46 +01:00
Jakob Nixdorf
ebbbf9fa1b
New thumbnail: INWX
Closes #283
2019-02-20 08:24:58 +01:00
Jakob Nixdorf
89851e4f04
New thumbnail: Okta
Closes #279
2019-02-20 08:21:41 +01:00
Jakob Nixdorf
1e033bb119
New thumbnail: Matomo
Closes #278
2019-02-20 08:18:40 +01:00
Jakob Nixdorf
a7834071e5
New thumbnail: Phabricator
Closes #277
2019-02-20 08:14:19 +01:00
Jakob Nixdorf
62fc9711ac
New thumbnail: Packet
Closes #276
2019-02-20 08:06:08 +01:00
Jakob Nixdorf
fe15f23f8f
Merge pull request #268 from Peppernrino/master
Image File Compression
2019-02-20 07:54:54 +01:00
Jakob Nixdorf
bdb01b6845
Fix typo in EntryThumbnails 2019-02-20 07:53:10 +01:00
Andrey Reznik
be3e50ca89
Resize thumb to 102x102 2019-02-17 14:52:03 +02:00
Andrey Reznik
c241e72923
New thumbnail: Airbrake 2019-02-17 14:03:45 +02:00
Jakob Nixdorf
a51db5ed0a
Merge pull request #288 from freispiel/patch-1
Updated Atlassian logo / added Zoho logo
2019-02-15 15:54:24 +01:00
freispiel
5623b19c02 Update thumb_zoho.xml
Resized as requested and cleaned up a bit
2019-02-15 15:23:51 +01:00
Jakob Nixdorf
2013353b1b
Merge pull request #270 from jrtberlin/master
Entry Thumbnail: Add Floatplane thumb
2019-02-15 09:38:29 +01:00
JRTberlin
c029141df0
downsized to 128 2019-02-15 08:37:44 +01:00
JRTberlin
3d412ec5db
revert changes 2019-02-15 08:24:17 +01:00
Jakob Nixdorf
d3297992b3
New thumbnail: Discourse
Closes #271
2019-02-15 08:22:53 +01:00
Jakob Nixdorf
ecd5f69f98
New thumbnails: Sentry & Squarespace
Closes #267
2019-02-15 08:18:34 +01:00
JRTberlin
bbf997f549
changed viewport to 128px 2019-02-15 08:15:05 +01:00
Jakob Nixdorf
520ca1c129
Merge pull request #200 from rafifos/add_codegiant_thumb
EntryThumbnail: Add Codegiant thumb
2019-02-15 08:10:06 +01:00
Jakob Nixdorf
fd85ac8660
Merge pull request #282 from andrejreznik/feature/1password-icon
EntryThumbnail: Add 1Password thumb
2019-02-15 08:06:21 +01:00
marverix
b1de934d40 feat: Added Allegro.pl logo 2019-02-14 23:12:47 +01:00
Jakob Nixdorf
a17c86e37e
New thumbnail: Wargaming.net
Closes #266
2019-02-13 15:03:20 +01:00
Jakob Nixdorf
132ca612c6
New thumbnail: Epic Games 2019-02-13 15:00:40 +01:00
Jakob Nixdorf
fd6cdef370
Merge branch 'master' into logos/backblaze 2019-02-13 14:51:02 +01:00
Jakob Nixdorf
bb24d0c911
New thumbnail: AVM
Closes #260
2019-02-13 14:46:39 +01:00
Jakob Nixdorf
52a8ea52c0
New thumbnail: Home Assistant
Closes #259
2019-02-13 10:19:13 +01:00
Jakob Nixdorf
a402a30c9f
New thumbnail: Jagex
Closes #256
2019-02-13 08:29:25 +01:00
Jakob Nixdorf
d34b0082a2
New thumbnail: phpMyAdmin
Closes #254
2019-02-13 08:24:20 +01:00
Jakob Nixdorf
7b882bd356
New thumbnail: Instagram
Closes #247
2019-02-13 07:55:04 +01:00
freispiel
42f6940b47 Added Zoho logo 2019-01-16 18:05:47 +01:00
freispiel
8f271ba0ed
Black logo replaced with propper blue copy
Replaced the black, slightly distorted logo with the most recent version in B400 "Pacific Bridge" blue, as seen today on website of the company.
2019-01-16 17:38:11 +01:00
Andrey Reznik
a301a580f5
New thumbnail: 1Password 2019-01-05 00:48:36 +02:00
Mostafa Ahangarha
756ca66ed6 made OTP forcfully LTR 2018-12-31 19:25:04 +05:30
JRTberlin
d413275018
add thumb floatplane.com 2018-12-24 14:07:03 +01:00
JRTberlin
d20975bbf0
thumb add floatplane.com 2018-12-24 14:06:07 +01:00
Peppernrino
dc9e4d4f34 Image File Compression
Ran a series of lossless compression algorithms to make the images smaller. Total reduction of 728,809 bytes.

Logs of tasks performed available upon request... doing this for a bunch of projects, and I'd have to grep the images for this work in particular. Example here: https://pastebin.com/MTtcVck2
2018-12-16 21:26:59 -07:00
Jakob Nixdorf
5c7db76ac1
New thumbnail: OpenVZ
Closes #251
2018-12-07 16:24:28 +01:00
Jakob Nixdorf
4dd5a5bbd0
New thumbnail: Snapchat
Closes #248
2018-12-07 16:05:56 +01:00
Jakob Nixdorf
44c22a7acb
New thumbnail: Mega
Closes #239
2018-12-07 15:51:44 +01:00
Jakob Nixdorf
8f88cd6d57
New thumbnail: Tutanota
Closes #236
2018-12-07 15:47:37 +01:00
Jakob Nixdorf
2875375166
New thumbnail: ComputerBase
Closes #229
2018-12-07 15:29:19 +01:00
Jakob Nixdorf
87da4b239f
Bump to version 0.6.1 2018-12-05 07:45:42 +01:00
Jakob Nixdorf
1bbb3cf55f
Merge pull request #246 from MeLlamoPablo/logos/mediawiki
Add the MediaWiki logo
2018-12-05 07:31:04 +01:00
Jakob Nixdorf
07b7bf880b
Fix thumbnail generation on KitKat 2018-11-09 12:30:51 +01:00
Jakob Nixdorf
2d389d6113
Fix crash on KitKat when opening the manual entry dialog 2018-11-09 12:21:45 +01:00
Pablo Rodríguez Caballero
4555dfe9f0
Resize the Backblaze logo to 128x128 2018-11-08 08:45:09 +01:00
Richy HBM
7b162dac35
Update Settings.java
Enable backup service by default as it can result in you not backing up by mistake
2018-11-07 21:19:08 +00:00
Jakob Nixdorf
3fd099d299
Bump to version 0.6.0 2018-10-26 08:11:51 +02:00
Jakob Nixdorf
435a8158b9
Import translations from Crowdin 2018-10-26 07:54:21 +02:00
Jakob Nixdorf
437081c963
Merge pull request #238 from dpeukert/master
Add LogMeIn and Mapbox icon
2018-10-26 07:16:20 +02:00
Pablo Rodríguez Caballero
d4244c434f
Add the MediaWiki logo 2018-10-21 21:55:40 +02:00
Pablo Rodríguez Caballero
fa3aca33ef
Update the Backblaze logo: 24dp --> 256dp 2018-10-21 21:35:17 +02:00
Pablo Rodríguez Caballero
fb061c8977
Add the Backblaze icon 2018-10-21 19:00:24 +02:00
Jakob Nixdorf
c6c6cce208
Check if the useAndroidSync preference exists before changing it
(Hopefully) fixes #197
2018-10-15 16:19:02 +02:00
Jakob Nixdorf
33e0070950
Update the lastUsed timestamp when adding a new entry
Fixes #211
2018-10-15 16:13:26 +02:00
Daniel Peukert
d5a3d8f9af
Fixed Mapbox thumb size 2018-10-14 18:57:28 +02:00
Daniel Peukert
38ef384b66 Add LogMeIn and Mapbox icon 2018-10-12 17:25:44 +02:00
Jakob Nixdorf
fff1a324a5
Merge pull request #218 from z3ntu/autofill
Add autofill hints to password fields
2018-10-12 16:51:07 +02:00
Jakob Nixdorf
2933925753
Merge pull request #206 from leggewie/patch-1
Allow installation to external media (SD card)
2018-10-12 16:42:13 +02:00
Jakob Nixdorf
f153789103
Merge pull request #222 from lczx/feature/hetzner-icon
Add icon for Hetzner Online
2018-10-12 10:04:22 +02:00
Jakob Nixdorf
9dcc4514fa
Merge pull request #223 from thednq/feature/firefox-disroot-bitfinex-icons
Add firefox, disroot, bitfinex icons
2018-10-12 10:04:10 +02:00
Jakob Nixdorf
3f752f302d
Merge pull request #233 from dpeukert/master
Add Adobe and VK icon
2018-10-12 10:03:47 +02:00
Daniel Peukert
e03044cefb Add VK icon 2018-10-06 14:36:25 +02:00
Daniel Peukert
acaa33c4ef Add Adobe icon 2018-10-06 14:10:42 +02:00
Alexis Jeandeau
1c3e4c7ed5 Extend thumbnail generation to non-latin letters and digits 2018-10-06 18:54:39 +09:00
thednq
e3750523ae Fix bitfinex thumb name typo 2018-09-05 16:19:26 +03:00
thednq
21a62c648d Add firefox, disroot, bitfinex icons 2018-09-05 15:27:08 +03:00
Luca Zanussi
a7d65e6617 Add icon for Hetzner Online 2018-09-04 14:19:20 +02:00
josh
9dda898f87
Update strings_settings.xml 2018-09-03 15:00:13 -07:00
Luca Weiss
aa5db5ab1b
Add autofill hints to password fields
Fixes #215
2018-08-28 18:16:02 +02:00
leggewie
16188b2655
Allow installation to external media (SD card)
This change will enable installation of the app to external as well as internal flash memory which is important for devices where internal memory is limited but external memory is cheap and abundant in form of micro SD cards.  Thank you for your consideration.

More information at https://developer.android.com/guide/topics/data/install-location
2018-08-04 08:07:33 +08:00
Jimmy Lin
fbd92a4fea Add Plurk icon 2018-08-03 12:31:27 +08:00
Jakob Nixdorf
764db6c702
Merge pull request #202 from Cyclenerd/sap-icon
EntryThumbnail: Add SAP thumb
2018-08-02 11:22:07 +02:00
Nils
9c49633e9b SAP logo
Source: https://www.sap.com/dam/application/shared/logos/sap-logo-svg.svg
Test Screenshot: https://imgur.com/An8I3k2
2018-07-30 17:17:04 +02:00
Paul Schaub
c03dee1133
Add teahub icon 2018-07-19 22:23:03 +02:00
Rafael Julio
c42502ae3e EntryThumbnail: Correctly sort Codegiant in EntryThumbnails 2018-07-14 14:31:45 -03:00
Rafael Julio
bdcc238a65
EntryThumbnail: Add Codegiant thumb
The VectorDrawable was based on Codegiant's logo at their website, and generated using inloop's svg2android

Sources: https://cdn.codegiant.io/assets/logo-f10bc7deb27bf316914a2eed5bb6a14330f1de14f3ec250567d43e8c1e95a8d7.svg
         https://inloop.github.io/svg2android/

Signed-off-by: Rafael Julio <rafael_julio@protonmail.com>
2018-07-13 16:16:07 -03:00
Cédric Cabessa
b79d98943a add scaleway thumbnail
https://cloud.scaleway.com/images/e3809753.logo-purple.svg
2018-07-07 23:42:25 +02:00
Jakob Nixdorf
bea802d27d
Make the manual entry dialog scrollable
Fixes #196
2018-07-04 13:48:04 +02:00
Jakob Nixdorf
18e9c4b69f
Ask for the backup password if it is not available
Fixes #182
2018-07-04 13:39:40 +02:00
Jakob Nixdorf
8effb9adf6
Bump to version 0.6.0-beta3 2018-06-27 13:18:58 +02:00
Jakob Nixdorf
6daab0493b
Update dependencies 2018-06-27 13:10:30 +02:00
Jakob Nixdorf
bfab20e9ba
Merge pull request #194 from vanitasvitae/sciebo
Add icon for sciebo.de
2018-06-27 12:42:43 +02:00
Paul Schaub
f064215010
Add icon for sciebo.de 2018-06-19 17:58:51 +02:00
Matthias Bertram
877a7de05f Fixes #71: Use Android's font size settings
Updates the existing configuration on a config change instead of overriding
existing settings.
2018-06-09 01:14:12 +02:00
Jakob Nixdorf
d493f95f5a
Switch to Floating Action Button Speed Dial
FABsMenu is now deprecated (and crashes on KitKat)

Fixes #186
2018-06-04 12:29:27 +02:00
Jakob Nixdorf
00a6085b29
Add support for app shortcuts
For now this adds the two shortcuts "Scan QR-Code" and "Enter details" which correspond to the actions from the FAB menu.

Closes #185
2018-06-04 10:10:34 +02:00
Jakob Nixdorf
b8a10badbc
Bump to version 0.6.0-beta2 2018-05-22 15:32:18 +02:00
Jakob Nixdorf
a91013e573
Initial implementation for individual timeout bars 2018-05-22 15:14:51 +02:00
Jakob Nixdorf
145c4b6105
Some refactoring of the EntryViewHolder 2018-05-17 17:12:18 +02:00
Jakob Nixdorf
661f388992
Merge pull request #165 from RichyHBM/thumbnails_march_2018
Add gandi, kraken and rockstar
2018-05-17 16:33:55 +02:00
RichyHBM
04c481fb5d Add requested icons 2018-05-16 23:40:42 +01:00
RichyHBM
84eff0910b Merge remote-tracking branch 'github/thumbnails_march_2018' into thumbnails_march_2018 2018-05-16 21:26:28 +01:00
RichyHBM
9ea480ec3a Merge branch 'master' into thumbnails_march_2018 2018-05-16 21:09:00 +01:00
Jakob Nixdorf
3bc427e6e0
Add disclaimer for the thumbnails to About 2018-05-16 10:19:06 +02:00
Jakob Nixdorf
4a61c3c312
Allow PGP encryption with only a public key
Closes #31
2018-05-14 13:34:03 +02:00
Daniel Peukert
762da8cb18
Change thumb size, fix spacing 2018-05-08 00:03:44 +02:00
Daniel Peukert
3e4613dac2 Replace Bitwarden thumb with a vector version 2018-05-05 23:02:40 +02:00
Jakob Nixdorf
ae71f8e48d
Make the KeyStore warning a bit clearer 2018-04-23 10:55:53 +02:00
Jakob Nixdorf
9217028d0f
Bump to version 0.6.0-beta1 2018-04-13 11:37:17 +02:00
Jakob Nixdorf
bc3563685b
Set default AuthMethod to password in the intro 2018-04-13 10:21:34 +02:00
RichyHBM
dc54a04d68 Add migadu email thumbnail 2018-04-07 20:28:42 +01:00
Jakob Nixdorf
50cd9748f9
Use srcCompat for images 2018-04-04 14:09:07 +02:00
Jakob Nixdorf
273f15bab6
Color the Bitcoin donation button orange 2018-04-04 13:57:31 +02:00
Jakob Nixdorf
5259a492f8
Make all card styles more consistent 2018-04-04 13:08:33 +02:00
Jakob Nixdorf
2b319149da
Rework the author section in About a bit 2018-03-28 14:20:18 +02:00
Jakob Nixdorf
69ed48842a
Add missing library definitions
Only temporary until they get included by the upstream projects or AboutLibraries
2018-03-28 13:25:05 +02:00
Jakob Nixdorf
11a11b0476
Show licenses and versions for libraries 2018-03-28 13:24:18 +02:00
Jakob Nixdorf
f8b583f6d8
Use AboutLibraries instead of LicenseDialog 2018-03-28 10:06:26 +02:00
Jakob Nixdorf
29ad1d4eab
Make re-locking on screen off optional
As requested in #28
2018-03-28 07:37:59 +02:00
RichyHBM
36d3ac6a04 Add gandi, kraken and rockstar 2018-03-24 16:08:27 +00:00
Jakob Nixdorf
fce26d8fd0
Use a custom CSS file to make the LicenseDialog a little nicer
This is all we can do for now, for something even nicer we will have to switch to a different library
2018-03-22 15:27:12 +01:00
Jakob Nixdorf
d962fa99e5
Make the FAB labels match the theme 2018-03-22 10:27:44 +01:00
Jakob Nixdorf
b2d25a3ee8
Replace custom FAM with FABsMenu 2018-03-22 10:05:36 +01:00
Jakob Nixdorf
f251fbcfd8
Merge pull request #163 from mbertram/feature/add-trello-thumbnail
Add a thumbnail for Trello
2018-03-21 15:11:36 +01:00
Matthias Bertram
affdd3d90d Add a thumbnail for Trello
- SVG source: trello-mark-blue.svg from https://trello.com/about/logo
2018-03-21 11:36:59 +01:00
Jakob Nixdorf
e76b3c3b96
Implement manual entry of HOTP accounts 2018-03-21 07:59:03 +01:00
Jakob Nixdorf
c8d47ca3bf
Add tests for the HOTP calculation 2018-03-21 07:33:58 +01:00
Jakob Nixdorf
59d8f175bc
Use the password-based encryption as preset 2018-03-20 16:16:00 +01:00
Jakob Nixdorf
836cef6265
HOTP support
This adds the initial (already working) draft of the HOTP implementation

Closes #5
2018-03-20 12:53:43 +01:00
Magnus Anderssen
6c174fb291 Support SDK API 23 on empty PIN code 2018-03-17 17:45:51 +01:00
Jakob Nixdorf
3ca0ca6fcf
Update support libs and ZXing Android Embedded 2018-03-15 15:03:39 +01:00
Jakob Nixdorf
ca210558da
Fix empty token list after changing encryption
Don't recreate the SettingsActivity when changing the encryption since that will also reset the values it returns to the MainActivity.
2018-03-15 14:40:33 +01:00
Jakob Nixdorf
76edcb900a
Broadcast backup improvements
* Add setting to enable backup types as discusses in #157
 * Add different notification channels
2018-03-15 11:20:44 +01:00
Jakob Nixdorf
8563679b17
Disable plain text backups for security 2018-03-15 08:33:17 +01:00
Jakob Nixdorf
f397746d16
Mark some strings as non translatable 2018-03-12 10:46:36 +01:00
Jakob Nixdorf
7b14e05282
Bump to version 0.5.0 2018-03-12 10:29:23 +01:00
Jakob Nixdorf
9292d40bd0
Add thumbnails for Evernote and Linode 2018-03-12 10:26:47 +01:00
Jakob Nixdorf
eda028445b
Update translations from Crowdin 2018-03-12 09:56:16 +01:00
Jakob Nixdorf
d753914827
Don't re-create the MainActivity during screen rotation
Fixes #152
2018-03-09 14:27:32 +01:00
Jakob Nixdorf
f3ae22a343
Center the warning in the intro screen 2018-03-03 11:37:51 +01:00
Jakob Nixdorf
1788e09ff8
Explain the tag selection modes better 2018-03-02 12:30:27 +01:00
Jakob Nixdorf
1e3aa1984e
Use default ScrollView in IntroScreen 2018-03-02 10:58:36 +01:00
Jakob Nixdorf
5c71225496
Merge pull request #146 from enwokoma/intro-screen
Added Scroll to the Database Encryption fragment on Intro screen and forced portrait orientation
2018-03-02 10:53:45 +01:00
Jakob Nixdorf
4366aee3cb
Allow screenshots of the IntroScreenActivity 2018-03-02 10:39:29 +01:00
Jakob Nixdorf
bc88ed52c4
Minor rewording 2018-03-02 08:40:48 +01:00
Emmanuel Nwokoma
9333acd06d
Added Scroll to Database Encryption intro fragment
Made the Database Encryption fragment vertically scrollable on the Intro Screen to avoid truncating some text at the bottom of the page!
2018-03-01 18:55:13 +01:00
Emmanuel Nwokoma
7b527948b8
Force portrait orientation for Intro Pages
No need for landscape orientation on the Intro Pages
2018-03-01 18:09:37 +01:00
Jakob Nixdorf
aa0e7f4dfe
Merge pull request #143 from RichyHBM/settings-fragment-crash
Fix crash caused by sharedPreferenceListener in fragment
2018-02-28 16:31:06 +01:00
Jakob Nixdorf
1aeb9fd0bc
Clean up some strings 2018-02-28 16:18:13 +01:00
Jakob Nixdorf
1f1b37edd5
Some minor fixes 2018-02-28 14:32:41 +01:00
Jakob Nixdorf
11f7d386b0
Finish the initial intro screen 2018-02-28 14:18:00 +01:00
Jakob Nixdorf
670bc31a54
Add copyright header to the intro screen class 2018-02-28 11:19:51 +01:00
Jakob Nixdorf
8eb10e4220
Third part of the authentication screen (still WIP)
TODO:
 * Actually save everything
 * Hand stuff over to the main activity on finish
2018-02-28 11:14:20 +01:00
Jakob Nixdorf
ebc1c971ef
Second part of the authentication slide (still WIP) 2018-02-28 08:19:23 +01:00
Jakob Nixdorf
14a7e2c174
First part of the authentication slide (WIP) 2018-02-27 22:41:32 +01:00
RichyHBM
5585aad3a0 Fix crash caused by sharedPreferenceListener in fragment 2018-02-27 19:53:53 +00:00
Jakob Nixdorf
324f84b36c
Create an initial intro screen on first launch 2018-02-27 16:43:02 +01:00
Jakob Nixdorf
b610afdf93
Update license headers (add 2018) 2018-02-27 13:26:54 +01:00
Jakob Nixdorf
1463986f3b
Revert the re-coloring of the dev version 2018-02-27 11:35:29 +01:00
Jakob Nixdorf
002f5f1e07
Show warning before changing the encryption 2018-02-27 11:29:50 +01:00
Jakob Nixdorf
5c687f63e1
Change colors for .dev builds 2018-02-27 10:43:46 +01:00
Jakob Nixdorf
85de3f9db5
Add the ".dev" suffix to all debug builds 2018-02-26 17:02:07 +01:00
Jakob Nixdorf
07cd1c3859
Minor fixes for the thumbnail background 2018-02-26 17:01:33 +01:00
Jakob Nixdorf
87d40c3ea2
Some minor rewording / reformatting 2018-02-26 13:18:15 +01:00
Jakob Nixdorf
f039106194
Add background frame for the thumbnails 2018-02-26 12:54:34 +01:00
Jakob Nixdorf
60b8d34d1f
Merge pull request #90 from RichyHBM/thumbnail-dark-theme
Thumbnail dark theme
2018-02-26 12:43:12 +01:00
Jakob Nixdorf
263a2097ce
Fix typo 2018-02-22 10:04:47 +01:00
Jakob Nixdorf
cbec5458da
Merge pull request #111 from andOTP/google-backups
Allow auto backups to Google sync
2018-02-21 15:32:14 +01:00
Jakob Nixdorf
12aeb17e8a
Improve backup notifications a little bit 2018-02-21 12:15:45 +01:00
Jakob Nixdorf
ae751d8962
Merge pull request #115 from andOTP/broadcast-receiver
Broadcast receivers for backups
2018-02-21 11:13:35 +01:00
Jakob Nixdorf
4ec136cf37
Merge pull request #134 from andOTP/tags-options
Add setting to select different tags behaviour
2018-02-21 10:25:29 +01:00
Jakob Nixdorf
8d5a471cda
Merge pull request #139 from x3rAx/#138--fix-crash-on-empty-label
[#138] Fix exception when saving empty label
2018-02-21 10:21:21 +01:00
Jakob Nixdorf
800bf7c3ce
Merge pull request #137 from RichyHBM/thumbnails-02-2018
Add new amazon thumbnail, rackspace, vultr, degiro and hmrc
2018-02-20 16:18:22 +01:00
Björn Richter
bffbe51f76 [#138] Fix exception when saving empty label 2018-02-20 12:24:59 +01:00