Skip to content

Commit

Permalink
Changes by GitHub action (#134)
Browse files Browse the repository at this point in the history
* Update generated classes after commit 730ec5f

* Update on workflows

* Update copyright year

---------

Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Feb 7, 2025
1 parent 730ec5f commit beb77fb
Show file tree
Hide file tree
Showing 4,337 changed files with 9,321 additions and 9,321 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
branch-suffix: short-commit-hash
add-paths: docs/*.*
commit-message: Update documentation after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
title: Changes by GitHub action
title: Update documentation after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
body: Automated changes by GitHub action
reviewers: masesdevelopers
assignees: masesdevelopers
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,34 +135,34 @@ jobs:
continue-on-error: ${{ inputs.ContinueOnCompilationError == true }}
run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src/net/Netdroid.sln

- name: Extract commit SHA
if: ${{ inputs.GeneratePR == true && inputs.UseLatestJNetReflector == false }}
run: |
echo "GITHUB_COMMIT_MESSAGE=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
shell: bash

- name: Request a PR to commit changes made with unpublished version of JNetReflector
if: ${{ inputs.GeneratePR == true && inputs.UseLatestJNetReflector == true }} #do not push any changes outside main repo or GeneratePR is false
uses: peter-evans/create-pull-request@v7
with:
branch-suffix: short-commit-hash
add-paths: src/*.*
commit-message: Update generated classes using last unpublished version of JNetReflector
title: Changes by GitHub action
commit-message: Update generated classes using last unpublished version of JNetReflector after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
title: Update generated classes using last unpublished version of JNetReflector after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
body: |
Automated changes by GitHub action, fix #2
reviewers: masesdevelopers
assignees: masesdevelopers
labels: java, .NET, enhancement

- name: Extract commit SHA
if: ${{ inputs.GeneratePR == true && inputs.UseLatestJNetReflector == false }}
run: |
echo "GITHUB_COMMIT_MESSAGE=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
shell: bash

- name: Request a PR to commit changes
if: ${{ inputs.GeneratePR == true && inputs.UseLatestJNetReflector == false }} #do not push any changes outside main repo or GeneratePR is false
uses: peter-evans/create-pull-request@v7
with:
branch-suffix: short-commit-hash
add-paths: src/*.*
commit-message: Update generated classes after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
title: Changes by GitHub action
commit-message: Update generated classes using last public version of JNetReflector after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
title: Update generated classes using last public version of JNetReflector after commit ${{ env.GITHUB_COMMIT_MESSAGE }}
body: |
Automated changes by GitHub action, fix #2
reviewers: masesdevelopers
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 MASES s.r.l.
Copyright 2025 MASES s.r.l.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.animation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 MASES s.r.l.
* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.10.0)
* This file is generated by MASES.JNetReflector (ver. 2.5.12.0)
*/

package org.mases.netdroid.generated.android.app;
Expand Down
Loading

0 comments on commit beb77fb

Please sign in to comment.