mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
Removed disclosure from view cell in favor of button. Updated sync logic for incrementals. Store revision date from server record. Apply more accessability font size support for editor and picker controls
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using SQLite;
|
||||
using Bit.App.Abstractions;
|
||||
using Bit.App.Models.Api;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Bit.App.Models.Data
|
||||
{
|
||||
@@ -36,6 +35,7 @@ namespace Bit.App.Models.Data
|
||||
Password = site.Password;
|
||||
Notes = site.Notes;
|
||||
Favorite = site.Favorite;
|
||||
RevisionDateTime = site.RevisionDate;
|
||||
}
|
||||
|
||||
public SiteData(CipherResponse cipher, string userId)
|
||||
@@ -55,6 +55,7 @@ namespace Bit.App.Models.Data
|
||||
Password = data.Password;
|
||||
Notes = data.Notes;
|
||||
Favorite = cipher.Favorite;
|
||||
RevisionDateTime = cipher.RevisionDate;
|
||||
}
|
||||
|
||||
[PrimaryKey]
|
||||
|
||||
Reference in New Issue
Block a user