Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-Taskbar: 提交列表

packages/apps/Taskbar


RSS
Rev. 时间 作者
b7bcad8 pie-x86 q-x86 r-x86 2021-06-08 15:03:10 Braden Farmer

Update dependencies

65fa000 2021-06-08 14:05:54 Braden Farmer

Various fixes for Chrome OS devices running Android 11

Fixes #204

2764930 2021-06-01 00:47:38 Braden Farmer


Merge pull request #206 from utzcoz/extract-backup-key-to-constants

Extract backup key to constants

4ef8399 2021-05-30 21:34:09 utzcoz

Extract backup key to constants

Signed-off-by: utzcoz <utzcoz@outlook.com>

f2dcf16 2021-05-24 14:31:49 Braden Farmer

Update dependencies

74c0c80 2021-05-24 14:21:00 Braden Farmer

Fix Tasker-related crash

2767c59 2021-04-20 01:14:06 Braden Farmer


Merge pull request #200 from utzcoz/use-built-in-bliss-logo-directly

Use built in bliss logo directly

c58661d 2021-04-12 00:27:01 utzcoz

Don't read start button from BoringdroidSystemUI for AG/BlissOS

Signed-off-by: utzcoz <utzcoz@outlook.com>

c44b2a2 2021-04-12 00:22:14 utzcoz

Update bliss logo

Signed-off-by: utzcoz <utzcoz@outlook.com>

db983e4 2021-04-10 14:24:58 Braden Farmer

Update dependencies

e857d09 2021-03-25 00:24:22 Braden Farmer


Merge pull request #197 from utzcoz/migrate-jcenter-to-mavenCentral

Migrate jcenter to mavenCentral

05090eb 2021-03-24 23:32:00 utzcoz

Migrate jcenter to mavenCentral

See https://developer.android.com/studio/build/jcenter-migration
and https://stackoverflow.com/questions/49573157/android-studio-3-1-could-not-find-org-jetbrains-trove4jtrove4j20160824.

Signed-off-by: utzcoz <utzcoz@outlook.com>

619da85 2021-03-13 04:43:51 Braden Farmer


Merge pull request #194 from utzcoz/add-tests-for-ToastHelper-and-GlobalHelper

Add tests for ToastHelper and GlobalHelper

10b25ff 2021-03-13 00:33:02 utzcoz

Add tests for ToastHelper

Signed-off-by: utzcoz <utzcoz@outlook.com>

0ae83ef 2021-03-13 00:32:08 utzcoz

Add tests for GlobalHelper

There are also some changes for tests:

1. Prefer to use assertThat from Truth to check value to get more
meaningful debug info.
2. Use yourTestMethod_YourExpectedValue() as test method name pattern.
The old name pattern will be kept, and migrated to the new name
pattern with continuous commits.

Signed-off-by: utzcoz <utzcoz@outlook.com>

d10f71e 2021-03-02 05:07:29 Braden Farmer


Merge pull request #190 from utzcoz/add-basic-github-action

Add basic github action to build, check format and run tests

96a560c 2021-02-27 14:13:07 utzcoz

Add basic github action to build, check format and run tests

It will help to double check the commits when the Travis doesn't work
correctly.

Signed-off-by: utzcoz <utzcoz@outlook.com>

71ed09b 2021-02-27 02:42:40 Braden Farmer


Merge pull request #189 from utzcoz/add-spotless-to-format-kotlin-code

Add Spotless to format kotlin code

74bef02 2021-02-26 23:45:52 utzcoz

Add Spotless to format kotlin code

Use it to find the kotlin test code's format problem, and fix it.

Signed-off-by: utzcoz <utzcoz@outlook.com>

63025d6 2021-02-11 03:16:01 Braden Farmer

Update dependencies

1ff69ed 2021-02-11 02:33:10 Braden Farmer


Merge pull request #180 from utzcoz/clean-test-code-after-kotlin-converting

Clean test code after kotlin converting

1c67e59 2021-02-11 01:37:40 utzcoz

Use org.junit.Assert to replace junit.framework.Assert

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

70f3412 2021-02-11 01:35:51 utzcoz

Remove unnecessary !! for LauncherHelperTest

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

01e1b2f 2021-02-11 01:33:17 utzcoz

Remove unnecessary !! for UTest

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

8b59d83 2021-02-11 01:06:44 Braden Farmer


Merge pull request #179 from utzcoz/convert-test-code-to-kotlin

Convert test code to kotlin

2f9a714 2021-02-10 21:50:19 utzcoz

Use latinit var to replace var to reduce null

It will help to reduce many !!.

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

0374cf0 2021-02-10 19:56:29 utzcoz

Fix typo of gradle

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

cc2d6f2 2021-02-10 19:55:54 utzcoz

Convert test code to kotlin

1. Use Android Studio tool to convert test code to kotlin.
2. Fix null checking error, just adding !! and remove some ?.
3. Fix incompatibility of type between Int and Long in assert.

Test: ./gradlew test

Signed-off-by: utzcoz <utzcoz@outlook.com>

b51557d 2021-02-10 16:05:44 Braden Farmer


Merge pull request #178 from utzcoz/bump-robolectric-sdk-to-30

Bump robolectric sdk to 30

af1d301 2021-02-08 00:53:40 utzcoz

Bump robolectric sdk to 30

The developer should configure Android Studio JDK to local JDK 9 and
above.

See
https://stackoverflow.com/questions/56821193/does-robolectric-require-java-9.

Test: ./gradlew build

Signed-off-by: utzcoz <utzcoz@outlook.com>

Show on old repository browser