Activity for Jeff Harris

  • Jeff Harris Jeff Harris posted a comment on ticket #79

    I'm not really focusing on adding new sync methods currently. Oftentimes the apps for the various servers, like NextCloud, will open their files in PasswdSafe and allow for saving. Be sure to test a change, but last I checked NextCloud does work properly.

  • Jeff Harris Jeff Harris committed [1c5b83] on GitCode

    passwdsafe: file: Add TOTP config record fields

  • Jeff Harris Jeff Harris committed [a37624] on GitCode

    passwdsafe: file: Add 40-bit save PwsTimeField format

  • Jeff Harris Jeff Harris committed [595c8c] on GitCode

    passwdsafe: file: Remove unused offsets from Util utilities

  • Jeff Harris Jeff Harris committed [1fd249] on GitCode

    passwdsafe: file: Refactor PwsTimeField formats

  • Jeff Harris Jeff Harris committed [43a215] on GitCode

    project: Ignore test file .ibak and .plk files

  • Jeff Harris Jeff Harris committed [6300fd] on GitCode

    github: Update build action versions

  • Jeff Harris Jeff Harris committed [db3743] on GitCode

    github: Update to CodeQL v4

  • Jeff Harris Jeff Harris committed [296015] on GitCode

    passwdsafe: Update dialogs to use listener-specific keys

  • Jeff Harris Jeff Harris committed [b36a1e] on GitCode

    sync: SyncLogsFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [683582] on GitCode

    sync: SyncedFilesFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [5cc13e] on GitCode

    passwdsafe: SyncProviderFilesFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [b678a6] on GitCode

    passwdsafe: SyncProviderFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [880250] on GitCode

    passwdsafe: StorageFileListFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [322d79] on GitCode

    passwdsafe: Use activity result contract to choose record shortcuts

  • Jeff Harris Jeff Harris committed [b059f4] on GitCode

    passwdsafe: Use activity result contract to choose the default file

  • Jeff Harris Jeff Harris committed [6455b3] on GitCode

    passwdsafe: Use activity result contract to open a file

  • Jeff Harris Jeff Harris committed [406bca] on GitCode

    passwdsafe: Use activity result contract to create a file

  • Jeff Harris Jeff Harris committed [78c310] on GitCode

    project: Ignore isEmpty calls to StringBuilder

  • Jeff Harris Jeff Harris committed [787a2e] on GitCode

    project: Use native line separator

  • Jeff Harris Jeff Harris committed [7d18ec] on GitCode

    all: Update libraries

  • Jeff Harris Jeff Harris committed [fddb33] on GitCode

    gradle: Update

  • Jeff Harris Jeff Harris posted a comment on ticket #81

    You can follow the feature on github at https://github.com/jefftharris/passwdsafe/issues/14. I'm fairly close to having basic support. it's more a matter of finding time on the weekends.

  • Jeff Harris Jeff Harris posted a comment on discussion Help

    I would suggest saving from the email to some location in your internal storage. The email will be subject to the email app providing the file attachment which could cause the inconstancy.

  • Jeff Harris Jeff Harris posted a comment on discussion Open Discussion

    The app only manages the backup files itself. They are in a private app directory that you shouldn't be able to access. The app doesn't do any special management for the user file. New files normally are created in the top directory of the internal storage, though the user can choose some other directory. I'd suggest opening and checking any file before deleting to make sure it's not one you need.

  • Jeff Harris Jeff Harris posted a comment on ticket #78

    Unfortunately, there's no built-in backup of the full file. If you modified it before, there may be a backup you can restore. Check the top-left menu for the backups. If there's a file, you can open it and restore.

  • Jeff Harris Jeff Harris committed [0042af] on GitCode

    passwdsafe: LauncherRecordShortcuts: Cleanup file data view properly

  • Jeff Harris Jeff Harris committed [0d4bf6] on GitCode

    passwdsafe: Use ViewPager2 with PasswdSafeRecordFragment

  • Jeff Harris Jeff Harris committed [b0ce9b] on GitCode

    passwdsafe: PasswdSafePolicyListFragment: Convert to MenuProvider

  • Jeff Harris Jeff Harris committed [670dbd] on GitCode

    passwdsafe: Use fragment results with PasswdPolicyEditDialog

  • Jeff Harris Jeff Harris committed [2a0b59] on GitCode

    passwdsafe: Use fragment results with NewGroupDialog

  • Jeff Harris Jeff Harris committed [4e563f] on GitCode

    passwdsafe: Use fragment results with TimePickerDialogFragment

  • Jeff Harris Jeff Harris committed [84a420] on GitCode

    project: Update extends code style to wrap all items

  • Jeff Harris Jeff Harris committed [645e5f] on GitCode

    passwdsafe: Use fragment results with DatePickerDialogFragment

  • Jeff Harris Jeff Harris committed [657fb2] on GitCode

    passwdsafe: Cleanup analyzer issues

  • Jeff Harris Jeff Harris committed [9fa782] on GitCode

    passwdsafe: Use fragment results with ConfirmPromptDialog

  • Jeff Harris Jeff Harris committed [b78d33] on GitCode

    lib: Utils: Add getEnum method for bundles

  • Jeff Harris Jeff Harris committed [2ec995] on GitCode

    passwdsafe: PasswdSafeEditRecordFragment: Show TOTP value

  • Jeff Harris Jeff Harris committed [4484ab] on GitCode

    passwdsafe: PasswdSafeRecordTotpViewModel: Reset state values if TOTP not OK

  • Jeff Harris Jeff Harris committed [296506] on GitCode

    passwdsafe: PasswdSafeRecordFragment: Show alias/shortcut TOTP from linked

  • Jeff Harris Jeff Harris committed [75101e] on GitCode

    passwdsafe: PasswdSafeRecordTotpViewModel: Add more steps to TOTP progress

  • Jeff Harris Jeff Harris committed [60038e] on GitCode

    passwdsafe: PasswdSafeEditRecordFragment: Add TOTP config

  • Jeff Harris Jeff Harris committed [6b6477] on GitCode

    passwdsafe: Rename to PasswdSafeRecordTotpViewModel

  • Jeff Harris Jeff Harris committed [33de44] on GitCode

    passwdsafe: PasswdSafeRecordPasswordFragment: Show TOTP config

  • Jeff Harris Jeff Harris committed [fa4e19] on GitCode

    passwdsafe: file: Add TOTP tests from PC Password Safe

  • Jeff Harris Jeff Harris committed [7550ba] on GitCode

    passwdsafe: file: Use lenient Base32 decoding for secret key

  • Jeff Harris Jeff Harris committed [05765b] on GitCode

    passwdsafe: file: Support same TOTP secret key characters as Password Safe

  • Jeff Harris Jeff Harris committed [055bde] on GitCode

    passwdsafe: file: Add Totp equals method

  • Jeff Harris Jeff Harris committed [15eeb9] on GitCode

    passwdsafe: file: Add accessors for Totp configuration fields

  • Jeff Harris Jeff Harris committed [8a2451] on GitCode

    passwdsafe: PasswdSafeRecordBasicViewModel: Rename for TOTP state

  • Jeff Harris Jeff Harris committed [d99059] on GitCode

    passwdsafe: CloseableLiveData: Do not set value during finalize

  • Jeff Harris Jeff Harris committed [6cb905] on GitCode

    project: Disable isEmpty inspection on CharSequence

  • Jeff Harris Jeff Harris posted a comment on discussion Open Discussion

    The warning is there to make sure you really want to copy the password. The clipboard is readable by all apps, typically, so it's not the best security to have passwords there. There's no clear Android call apps can make to clear the clipboard, and some devices have a clipboard history that can save the contents and such. The app tries to mark the password as secure, but it's not as good as the custom keyboard. From that warning dialog, there should be an option to got to the 'languages and input'...

  • Jeff Harris Jeff Harris posted a comment on discussion Open Discussion

    I've never tried Graphene, but I'd imagine PasswdSafe would work via the Play store install. The app doesn't require lots of special permissions. The github project has the signed apk files if you need to sideload it.

  • Jeff Harris Jeff Harris committed [4ef9f8] on GitCode

    passwdsafe: Add auth code to PasswdSafeRecordBasicFragment menus

  • Jeff Harris Jeff Harris committed [09f6a3] on GitCode

    passwdsafe: Show TOTP auth code in PasswdSafeRecordBasicFragment

  • Jeff Harris Jeff Harris committed [23f228] on GitCode

    passwdsafe: file: Support two-factor key field for TOTP authentication code

  • Jeff Harris Jeff Harris committed [fab2fe] on GitCode

    passwdsafe: Refactor use of PasswdTimeoutPref in PasswdSafeRecordBasicFragment

  • Jeff Harris Jeff Harris committed [e1362e] on GitCode

    passwdsafe: Add RFC 6238 TOTP generator

  • Jeff Harris Jeff Harris committed [041b83] on GitCode

    passwdsafe: file: Add PwsPassword equals method

  • Jeff Harris Jeff Harris committed [d83402] on GitCode

    passwdsafe: lib: Add nullability annotation to Util.clearArray

  • Jeff Harris Jeff Harris committed [a1bf0b] on GitCode

    passwdsafe: CloseableLiveData: When inactive, close only if no observers

  • Jeff Harris Jeff Harris committed [9ba24e] on GitCode

    passwdsafe: CloseableLiveData: Close value before setting next

  • Jeff Harris Jeff Harris committed [371c04] on GitCode

    passwdsafe: CloseableLiveData: Add ctor with value

  • Jeff Harris Jeff Harris committed [6f2eec] on GitCode

    passwdsafe: Use AutoCloseable instead of Closeable

  • Jeff Harris Jeff Harris committed [3943e6] on GitCode

    passwdsafe: Cleanup calls to finalize

  • Jeff Harris Jeff Harris committed [dce166] on GitCode

    passwdsafe: Use an async call to auto open the debug file

  • Jeff Harris Jeff Harris committed [691b9b] on GitCode

    test: Add TOTP entry to test.psafe3

  • Jeff Harris Jeff Harris committed [b0a9b8] on GitCode

    all: Update libraries

  • Jeff Harris Jeff Harris committed [a7b9e8] on GitCode

    gradle: Update

  • Jeff Harris Jeff Harris committed [13cf65] on GitCode

    passwdsafe: Convert PasswdSafeOpenFileViewModelData.ResolveData to record class

  • Jeff Harris Jeff Harris committed [569968] on GitCode

    passwdsafe: Convert PasswdSafeOpenFileFragment.OpenResult to record class

  • Jeff Harris Jeff Harris committed [a31062] on GitCode

    passwdsafe: Convert PasswdSafeListFragment ItemSection to record class

  • Jeff Harris Jeff Harris committed [7342b9] on GitCode

    passwdsafe: Convert PasswdSafeIME.RefreshResult to record class

  • Jeff Harris Jeff Harris committed [0bd39a] on GitCode

    passwdsafe: Convert PasswdRecordListData to record class

  • Jeff Harris Jeff Harris committed [1f7d20] on GitCode

    passwdsafe: Convert RecordPolicyStrs and ParsedFields to record class

  • Jeff Harris Jeff Harris committed [6af5f4] on GitCode

    passwdsafe: Convert PasswdFileUri.FilePerms to record class

  • Jeff Harris Jeff Harris committed [c97c25] on GitCode

    passwdsafe: Convert PasswdExpiration to record class

  • Jeff Harris Jeff Harris committed [580550] on GitCode

    passwdsafe: Convert Pair to record class

  • Jeff Harris Jeff Harris committed [505729] on GitCode

    passwdsafe: Convert EditRecordResult to record class

  • Jeff Harris Jeff Harris committed [29605f] on GitCode

    passwdsafe: Convert RecordInfo to record class

  • Jeff Harris Jeff Harris committed [9265fc] on GitCode

    lib,passwdsafe,sync: Suppress record class conversion inspection

  • Jeff Harris Jeff Harris committed [889ed1] on GitCode

    project: Disable record class inspection on Entity classes

  • Jeff Harris Jeff Harris committed [2b1c2f] on GitCode

    project: Set code style for record classes

  • Jeff Harris Jeff Harris committed [b0c59f] on GitCode

    passwdsafe: test: Add test for ASCII time encoding in header

  • Jeff Harris Jeff Harris committed [6379ea] on GitCode

    passwdsafe: file: Add non-default prefs and tree display V3 header fields

  • Jeff Harris Jeff Harris committed [730d29] on GitCode

    passwdsafe: test: Add V3 header field tests

  • Jeff Harris Jeff Harris committed [719a28] on GitCode

    passwdsafe: file: Use typed fields for the header record

  • Jeff Harris Jeff Harris committed [356589] on GitCode

    passwdsafe: file: PwsTimeField: Add stored time format

  • Jeff Harris Jeff Harris committed [217a30] on GitCode

    passwdsafe: file: Add major and minor fields for PwsVersionField

  • Jeff Harris Jeff Harris committed [27d747] on GitCode

    passwdsafe: file: Use PwsVersionField class for version field

  • Jeff Harris Jeff Harris posted a comment on discussion Help

    Yea, it must be something happening with the Drive app timing-out the URL for the file. Unfortunately, PasswdSafe can't force Drive to create more permanent links to its files. Does marking the file as "available offline" in the Drive app help? Otherwise, you may be able to use the Drive app to create a shortcut to the file on your home screen.

  • Jeff Harris Jeff Harris posted a comment on discussion Help

    I tested opening a psafe file stored in my Google Drive using the PasswdSafe file chooser, and the item seemed to stay in the recent files list. From the Files screen, I clicked the bottom-right icon to open the chooser, selected the Drive account and file, and opened it. Were you opening some other way, say from the Drive app? Only files from the chooser are remembered, currently.

  • Jeff Harris Jeff Harris posted a comment on discussion Help

    Normally, Android questions should be over at its project site at https://sourceforge.net/projects/passwdsafe/support, but I can help here some. Where do you have the file stored? Android uses URLs for files, and the app has to ask whether the URLs still exist when it refreshes the list. Depending on where the file is stored, the app providing the file may not have stable URLs, and so the file may disappear.

  • Jeff Harris Jeff Harris posted a comment on discussion Open Discussion

    In the top-left menu, under Preferences -> File, there is an option for the default file to open. Check whether anything is selected.

  • Jeff Harris Jeff Harris committed [69c6af] on GitCode

    passwdsafe: file: Refactor record type for headers

  • Jeff Harris Jeff Harris committed [bb2772] on GitCode

    passwdsafe: file: Normalize date of new PwsTimeField

  • Jeff Harris Jeff Harris committed [14287f] on GitCode

    passwdsafe: file: Rename PwsField fields

1 >
MongoDB Logo MongoDB