Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/377 repository #378

Merged
merged 49 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4bdae42
rename for refactoring
zin- Aug 2, 2024
e902534
add: Entity, DatabaseTupleEntity
zin- Aug 5, 2024
a6c95e5
refactor: `Equals`
zin- Aug 16, 2024
252eef8
add: count & receive
zin- Aug 6, 2024
846e902
add: ship
zin- Aug 16, 2024
8f95e6f
add: maxRetryCount = 5
zin- Aug 16, 2024
0ad34b9
add: replace
zin- Aug 16, 2024
95b4901
add: archive $ unarchive
zin- Aug 17, 2024
e0e370c
add: waste
zin- Aug 17, 2024
72ff26c
add: close
zin- Aug 17, 2024
34eab3b
wip refactor: ActRepository
zin- Aug 17, 2024
b5b1a35
drop: on ActService
zin- Aug 17, 2024
b401114
wip refactor: ActRepository
zin- Aug 17, 2024
375f1d7
refactor: ActRepository
zin- Aug 17, 2024
7eb5c2b
add: MemRepository V2
zin- Aug 17, 2024
0593100
drop: MemRepository V1
zin- Aug 18, 2024
507ba05
add: MemItemRepository V2
zin- Aug 19, 2024
3a5e1da
add: archiveBy
zin- Aug 20, 2024
a91704e
add: unarchiveBy
zin- Aug 21, 2024
32d4a00
refactor: MemItemRepository
zin- Aug 21, 2024
b6390d6
add: MemNotificationRepositoryV2
zin- Aug 21, 2024
c50da8b
coverage
zin- Aug 21, 2024
27920b9
refactor: MemNotificationRepository
zin- Aug 22, 2024
6c2b9c6
drop: openDatabase
zin- Aug 23, 2024
9ca3122
drop: DatabaseTupleRepositoryV1
zin- Aug 23, 2024
997c93b
refactor: HomeWidgetRepository
zin- Aug 28, 2024
b1e6946
coverage
zin- Aug 28, 2024
ca6c9de
add: FIXME
zin- Aug 28, 2024
8b5a932
drop: `RepositoryV1`
zin- Aug 28, 2024
fd828de
coverage
zin- Aug 28, 2024
e17dd71
drop: on `DatabaseRepository`
zin- Aug 28, 2024
e74756f
coverage
zin- Aug 29, 2024
0a20c4c
wip add: NotificationRepositoryV2
zin- Aug 29, 2024
53e2962
drop: on `NotificationClient`
zin- Aug 29, 2024
829de27
replace: `NotificationRepository`
zin- Aug 29, 2024
dd21bba
replace: `KeyWithValueRepository`
zin- Aug 30, 2024
d41dc3a
replace: on `LogRepository`
zin- Aug 31, 2024
da45751
drop: `RepositoryV2`
zin- Aug 31, 2024
63a1cf9
extract: `Copyable`
zin- Aug 31, 2024
6ecb40d
coverage
zin- Aug 31, 2024
33945a9
fix: `Analyze Test code`
zin- Aug 31, 2024
579e755
refactor: rename
zin- Aug 31, 2024
2f6aee9
drop: Act v1
zin- Sep 1, 2024
7d5174b
drop: MemNotification v1
zin- Sep 7, 2024
645553e
fix: failed test on local
zin- Sep 16, 2024
730da61
drop: Mem v1
zin- Sep 16, 2024
758318b
rename: v2
zin- Sep 18, 2024
830c4a9
move
zin- Sep 18, 2024
86941fc
fixed
zin- Sep 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions android/app/src/main/res/xml/act_counter_info.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
FIXME updatePeriodMillisを有効にしたい
Attribute updatePeriodMillis is only used in API level 3 and higher (current min is 1)
-->
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="40dp"
Expand Down
Loading
Loading