Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

wordpress-mobile/WordPress-Android

wpmobilebot created a comment on a pull request on wordpress-mobile/WordPress-Android
<!-- REUSE_ID: wordpress-prototype-build-link --> <details><summary><img alt='WordPress' align='top' src='https://raw.githubusercontent.com/buildkite/emojis/main/img-buildkite-64/wordpress.png' wi...

View on GitHub

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

dangermattic created a comment on a pull request on wordpress-mobile/WordPress-Android
<!-- 0 Errors 2 Warnings: View files have been modified,... 1 Message: This PR is still a Draft: some... 0 Markdowns --> <table> <thead> <tr> <th width="50"></th> <th widt...

View on GitHub

nbradbury pushed 1 commit to issue/21322-appthemem2-take2 wordpress-mobile/WordPress-Android
  • Mark AppThemeM2 deprecated cbb4a71

View on GitHub

nbradbury created a branch on wordpress-mobile/WordPress-Android

issue/21322-appthemem2-take2 - WordPress for Android

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

dcalhoun deleted a branch wordpress-mobile/WordPress-Android

feat/editor-theme-styles

dcalhoun pushed 3 commits to trunk wordpress-mobile/WordPress-Android
  • feat: Toggle editor theme styles via feature flag Provide experimental support for the editor WYSIWYG feature. b6ad3f0
  • refactor: Remove unused variable 826ea23
  • Merge pull request #21324 from wordpress-mobile/feat/editor-theme-styles feat: Toggle editor theme styles via featur... fefdae9

View on GitHub

dcalhoun closed a pull request on wordpress-mobile/WordPress-Android
feat: Toggle editor theme styles via feature flag
Provide experimental support for the editor WYSIWYG feature. Fixes https://github.com/Automattic/dotcom-forge/issues/9450. ## Testing Instructions <!-- Test instructions per dependency upd...
sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

nbradbury created a review on a pull request on wordpress-mobile/WordPress-Android
@dcalhoun This is working great, feel free to merge when ready! :shipit:

View on GitHub

Agoni-0 opened a pull request on wordpress-mobile/WordPress-Android
Issue/21137 Align both buttons to the left
Fixes # ----- ## Descrpition: The related issue is [https://github.com/wordpress-mobile/WordPress-Android/issues/21137#issue-2479746837](url). This issuse is about the cluttered interface cas...
nbradbury closed a draft pull request on wordpress-mobile/WordPress-Android
Issue/21322 rename apptheme
Fies #21322 This PR renames `AppTheme` to `AppThemeM2` to clarify that it's the Material2 theme and deprecates it in favor of using `AppThemeM3` for new composables. Although a large number of ...
sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

nbradbury pushed 10000 commits to issue/21322-rename-apptheme wordpress-mobile/WordPress-Android
  • Define AuthSecurityKeyPayload in AccountStore c523ebe
  • Update AuthenticationAction 0b0c890
  • Refactor: Reformat media rest client b4682e4
  • Refactor: Reformat media xmlrpc client 945943e
  • Refactor: Replace anonymous classes with lambda on media rest client 8ce8066
  • Refactor: Replace anonymous classes with lambda on media xmlrpc client 53d3eaa
  • Analysis: Add missing final to ok http client field on media clients Warning: "Field 'mOkHttpClient' may be 'final'" 3494e1a
  • Analysis: Add missing final to media response utils field on media rest Warning: "Field 'mMediaResponseUtils' may be... e396828
  • Analysis: Add missing final to cnt upload calls field on media clients Warning: "Field 'mCurrentUploadCalls' may be ... 29f852f
  • Analysis: Un-guard usages of media error on media rest client d4970ca
  • Analysis: Change type of request to include the missing generic type Warning: "Raw use of parameterized class 'WPCom... e4d70e6
  • Docs: Replace url with html link on media rest client Warning: "Link specified as plain text" caa355d
  • Analysis: Guard usages of media list on media rest client a31194e
  • Analysis: Remove unnecessary is response null checks on media xmlrpc clt Warning: "Condition 'response == null' cove... 24e1ddd
  • Docs: Replace urls with html links on media xmlrpc client Warning: "Link specified as plain text" 5d72630
  • Analysis: Remove io exception from throws list on media xmlrpc client Warning: “Exception ‘java.io.IOException’ is n... c651125
  • Analysis: Suppress use of parameterized class map on media xmlrpc client Warnings: - "Raw use of parameterized class... c6f4ac1
  • Analysis: Replace string/charset with std charsets utf8 on media xmlrpc Warning: "StandardCharsets.UTF_8 can be used... ee9d994
  • Analysis: Simplify if/else on media xmlrpc client Warning: "'if' statement can be simplified" 11682c2
  • Analysis: Add missing nn-a to ok http client field on media clients FYI: 'nn-a' stands for 'non-null annotation'. 50eaa9f
  • and 9980 more ...

View on GitHub

wzieba deleted a branch wordpress-mobile/WordPress-Android

fluxc_adjust_to_build

wzieba pushed 20 commits to trunk wordpress-mobile/WordPress-Android
  • Remove publish code from vendored modules ef716b8
  • Build app with vendored FluxC Update Kotlin to 1.9.25 to align app to use the same version. a13f97e
  • FluxC: Adjust code to WP checkstyle rules 784577e
  • FluxC: Adjust lint configuration, temporarily ignore some issues efd8ee4
  • FluxC: Adjust detekt configuration Database models have to be mutable due to WellSql constraints f9bc94a
  • FluxC: Adjust unit tests Add necessary dependencies. DateUtils is a helper class used only in tests. I've copied it ... bc93838
  • Login: build app with vendored login library 8e9f280
  • Login: Adjust code to WP checkstyle rules 959bc6a
  • Login: Adjust lint configuration, address easy-to-fix issues 6134dfe
  • Login: Suppress detekt warning 53bc456
  • Run unit tests for FluxC and Login on CI d3ff11c
  • Remove unused imports e03fa35
  • Move login library from `REMOTE_LIBRARIES_STRINGS_PATHS` to `LOCAL_LIBRARIES_STRINGS_PATHS` in `localization.rb` script d8f8556
  • Update documentation, remove unused code related to including FluxC or Login Flow builds de0fed1
  • Remove trailing coma from localization.rb a9bdd38
  • Revert not treating warnings as errors in the project Disable warningsAsErrors in `fluxc` only. It was not enabled i... 952ebd7
  • Update lint config to match existing convention 2e078a6
  • Update names of unit test jobs to match convention c79408b
  • Reorder libs.versions.toml to match alphabetical order e78fceb
  • Merge pull request #21261 from wordpress-mobile/fluxc_adjust_to_build Adjust build configuration to use vendored Flu... 329ce56

View on GitHub

wzieba closed a pull request on wordpress-mobile/WordPress-Android
Adjust build configuration to use vendored FluxC and WordPressLoginFlow
Depends on - #21304 - #21266 ### Description This PR replaces the FluxC from an external repository with vendored modules introduced in #21260. The changes here relate to different a...
wzieba pushed 1166 commits to trunk wordpress-mobile/WordPress-Android
  • Move WordPress bottom sheet dialog to login library c03db18
  • Move signup bottom sheet dialog to login library f842485
  • Add signup email tracking to login analytics listener interface 0e3de54
  • Add sign email fragment to login fragment module a7fa66e
  • Move signup email fragment to login library af27318
  • Update deprecated show keyboard method in signup email fragment eb576ca
  • Add signup Google tracking to login analytics listener interface a00a032
  • Add sign email fragment to login fragment module b04a5a4
  • Move signup Google fragment to login library 69fea49
  • Add signup magic link tracking to login analytics listener interface 5902669
  • Add sign magic link fragment to login fragment module d451a43
  • Move signup magic link fragment to login library 510e3ee
  • Update signup magic link text views from WordPress to standard widget 5154f18
  • Fix style violations in login library de43525
  • Update login library version to 1.1(2) ba27f61
  • Update tracking statement from sign-in to email-to-login in signup email fragment 817c1b8
  • Move injector call from create to attach in signup Google fragment eeccb1d
  • Move injector call before attach super statement in signup Google fragment cc2a80f
  • Merge branch 'develop' into issue/7368-update-dialog-style ef38c59
  • Fix accessibility issue - sign in/up screen titles 2ed262b
  • and 1146 more ...

View on GitHub

wzieba deleted a branch wordpress-mobile/WordPress-Android

login_flow_raw_history

wzieba closed a pull request on wordpress-mobile/WordPress-Android
Include WordPress-Login-Flow `1.18.0` with its git history
- [x] Review and merge #21301 first > [!TIP] >This PR is a result of `git filter-repo` filtering. To read more about the process, please see internal post: paqN3M-m2-p2. The project discussed t...
wzieba deleted a branch wordpress-mobile/WordPress-Android

fluxc_raw_history_with_example_tests

wzieba closed a pull request on wordpress-mobile/WordPress-Android
Include FluxC `2.99.0` modules with their git history and unit tests
### Description > [!TIP] >This PR is a result of `git filter-repo` filtering. To read more about the process, please see internal post: paqN3M-m2-p2. The project discussed there is different, b...
sonarcloud[bot] created a comment on a pull request on wordpress-mobile/WordPress-Android
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

nbradbury pushed 2 commits to issue/21322-rename-apptheme wordpress-mobile/WordPress-Android
  • Merge pull request #21318 from wordpress-mobile/issue/21317-jp-migration-m3 Convert Jetpack Migration to Material3 368f83e
  • Merge branch 'trunk' into issue/21322-rename-apptheme d519788

View on GitHub

nbradbury deleted a branch wordpress-mobile/WordPress-Android

issue/21317-jp-migration-m3

Load more