Sylvia van Os
8a45222783
Simplify card shortcut code
2021-12-12 19:18:13 +01:00
Altonss
2975c46f96
Update ManageGroupActivity.java
...
Fix long press to add card to group
2021-12-09 19:28:00 +01:00
Altonss
71eb8c53bc
Add code 93 ( #659 )
2021-12-08 20:18:15 +01:00
Sylvia van Os
6a91d59050
Fix crash on sharing card + release 2.11.2
2021-12-04 14:03:52 +01:00
Sylvia van Os
a189ac22ce
Prevent white on white status bar on Android 5
2021-11-29 21:29:44 +01:00
Sylvia van Os
45ec062499
Remove selection animator as it can break ( fixes #630 )
2021-11-29 20:23:17 +01:00
Sylvia van Os
9cd2f66b40
Naively fix blurriness of letter icons
2021-11-29 19:29:36 +01:00
Sylvia van Os
fa95ea6a62
Make spotBugs happy
2021-11-28 22:57:10 +01:00
Sylvia van Os
da594a8287
Fix getItemId mistake ( fixes #623 )
2021-11-28 22:47:02 +01:00
Sylvia van Os
15f5c4a67b
Make cropper respect custom theme choice
2021-11-28 14:54:49 +01:00
Sylvia van Os
466ac404bc
Show "Not found" if card was removed
2021-11-26 20:25:41 +01:00
Sylvia van Os
b5c0be8ed5
Make lint happy
2021-11-25 19:34:11 +01:00
Sylvia van Os
f963b2fd4c
Make spotBugs happy
2021-11-25 19:18:14 +01:00
Sylvia van Os
c75bef4f01
Open on single click
2021-11-23 23:25:10 +01:00
Sylvia van Os
f633fb39aa
Use card icon image if available
2021-11-23 23:24:36 +01:00
Sylvia van Os
49200fff48
Fix most spotBugs issues
2021-11-23 23:23:58 +01:00
Sylvia van Os
f4bd6a3f59
Merge remote-tracking branch 'origin' into feature/power_screen_widgets
2021-11-23 20:42:16 +01:00
Katharine Chui
3ba42aad6d
always use getContentResolver().open(Input/Output)Stream, opening streams diffrently from URIs seems to be redundent
...
https://developer.android.com/reference/android/content/ContentResolver#openInputStream(android.net.Uri)
spotBug is also happier with those streams not getting closed within the scope of that function, for some reason unknown
2021-11-23 18:42:21 +08:00
Katharine
63fad8bae1
ImportExportActivity ActivityResultLauncher, minor clean ups
2021-11-23 18:35:29 +08:00
Katharine
ad418bc9bd
ScanActivity ActivityResultLauncher
2021-11-23 18:35:29 +08:00
Katharine
b0263d8eb5
MainActivity ActivityResultLauncher
2021-11-23 18:35:29 +08:00
Sylvia van Os
5e15555ad4
Fix deprecations
2021-11-19 15:07:04 +01:00
Sylvia van Os
c5f0d03a1c
Add button to toggle showing details on main screen
2021-11-18 16:20:00 +01:00
Sylvia van Os
e592452d02
Use card shape for icons by default
2021-11-18 15:41:48 +01:00
bors[bot]
8dc479793b
Merge #597
...
597: New card layout r=TheLastProject a=TheLastProject
TODO:
- [x] Fix cards sizing up to stay equal size but failing to size back down on group switch
Co-authored-by: Sylvia van Os <sylvia@hackerchick.me >
2021-11-17 19:39:27 +00:00
Sylvia van Os
1a5109e036
Fix card sizing
2021-11-17 19:56:27 +01:00
bors[bot]
ff42ead6b7
Merge #595
...
595: Cleanup barcode selector r=TheLastProject a=TheLastProject
Should make #592 easier to implement.
Co-authored-by: Sylvia van Os <sylvia@hackerchick.me >
2021-11-17 18:17:41 +00:00
Sylvia van Os
2f8d8e79c1
Make spotBugs happy
2021-11-17 19:13:28 +01:00
Sylvia van Os
7a0253ddcd
New card layout
2021-11-17 17:44:19 +01:00
Sylvia van Os
fc902db170
Cleanup barcode selector
2021-11-16 23:57:56 +01:00
Katharine Chui
e1eb049d05
prevent bottomSheet from growing a padding getting into/leaving fullscreen
2021-11-16 23:44:45 +08:00
Sylvia van Os
2536767437
Android Studio -> Reformat Code
2021-11-14 21:55:33 +01:00
Katharine Chui
0993f3180b
show icon image under system topbar, fix bottom sheet UI after rotation
2021-11-14 22:10:16 +08:00
Katharine Chui
f143e01685
fixes bottom sheet height after rotating in fullscreen, removes extra top padding in fullscreen mode, 204(5)->8
2021-11-14 22:10:16 +08:00
Katharine
cb5a98edad
using icon on card view headers
2021-11-14 22:10:16 +08:00
Katharine
40a68a55e2
simplify adaptive bitmap creation with Canvas, trigger shortcut list refresh on card save
2021-11-10 14:06:08 +08:00
Katharine
1fd0acf6e4
padding images with darken header color, remove outline artifacts behind thumbnail on card lists
2021-11-10 14:06:08 +08:00
bors[bot]
472d8ae18d
Merge #577
...
577: offer 1:1 by default when cropping icon, set header color only for icon r=TheLastProject a=Kethen
header color is only change after an icon is set
cropper offers 1:1 by default instead when an icon is getting cropped
Co-authored-by: Katharine <kwchuiaa@connect.ust.hk >
2021-11-08 18:45:38 +00:00
Sylvia van Os
388db6feab
Uppercase Card for consistency too
2021-11-08 19:42:51 +01:00
Katharine
5833d49fbf
offer 1:1 by default when cropping icon, set header color only for icon
2021-11-08 19:10:41 +08:00
Sylvia van Os
af4075b9e2
Choose image as card icon ( #333 )
2021-11-07 20:27:28 +01:00
Sylvia van Os
11970004f0
Android Studio reformat
2021-11-07 15:38:55 +01:00
Katharine
dd981d72d7
do not attempt image load if removed, typo fixes, do not cast literals, offer full image on cropper start
2021-11-06 12:47:08 +08:00
Katharine
8940a8ea77
card edit activity: revised instance saving, revised temp image handling
2021-11-05 00:01:03 +08:00
Katharine
57cfac3172
save state for cropper
2021-11-04 10:48:47 +08:00
Katharine
f475844bd0
wrapping up test case debugging
2021-11-04 10:48:47 +08:00
Katharine
4536453fdf
debugging test case breakage
2021-11-04 10:48:47 +08:00
Katharine
3ee533b815
migrate to registerForActivityResult callbacks
2021-11-04 10:48:47 +08:00
Katharine
a744c19cce
handle null intent from ucrop for when user just exits without finish cropping
2021-11-04 10:48:46 +08:00
Katharine
9cc66c5d67
minor touch ups from android studio suggestions
2021-11-04 10:48:46 +08:00