Skip to content

New releases #26

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

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
28 changes: 25 additions & 3 deletions es/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,45 @@ <h2>El modo Android</h2>

<p>También puedes usar solamente la biblioteca principal de Android para desarrollar aplicaciones de Android con el IDE de su elección, lee <a href="tutorials/android_studio/index.html" target="_black"> este tutorial </a> para más detalles.</p>

<h2>Versiones estables</h2>
<h2>Instalación rápida</h2>

<p>
Abre una ventana del editor de Processing y haz clic en el siguiente enlace:
</p>

<p>
<strong><a href="pde://github.com/processing/processing-android/releases/download/latest/AndroidMode.pdex" target="_black">Instalar Modo Android</a></strong>
</p>

<p>
Esto instalará la versión más reciente del modo Android.
</p>

<h2>Administrador de Contribuciones</h2>
<p>
La última versión estable del modo Android se puede instalar a través del Administrador de Contribuciones (CM por sus siglas en inglés) en el PDE. Para abrir el CM, haga clic en la flecha en el selector de modos en la barra de menú y elije "Agregar modo...":
</p>

<p> <img class = "body-image" src = "imgs/mode_selector.png" alt = "Selector de modo en Processing"> </p>
<p> <img class = "body-image" src = "../imgs/install/mode_selector.png" alt = "Selector de modo en Processing"> </p>

<p>
Una vez que aparezca la ventana del CM, selecciona el Modo Android en la lista y luego haz clic en el botón de instalación en la parte inferior de la ventana:
</p>

<p> <img class = "body-image" src = "imgs/cm.png" alt = "Administrador de contribuciones"> </p>
<p> <img class = "body-image" src = "../imgs/install/cm.png" alt = "Administrador de contribuciones"> </p>

<p>
Una vez que el modo Android esté instalado, podrás cambiarte al mismo usando el selector de modos en la barra de menú. Sigue el <a href="tutorials/getting_started/index.html" target="_black">tutorial de introducción</a> para dar tus primeros pasos con el modo Android.
</p>

<h3 id="4.6-releases">La versión 4.6: mejoras en la estructura del proyecto y SDK</h3>
<p>
La versión 4.6 introduce <a href="whatsnew.html" target="_black">actualizaciones clave</a> en el modo Android, incluyendo una reorganización de la estructura del proyecto para <a href="https://github.com/processing/processing-android/wiki/Building-Processing-for-Android#developingdebuggingtesting-the-core-and-vr-libraries-with-android-studio">facilitar la depuración y el desarrollo</a>.</p>

<h3 id="4.5-releases">La versión 4.5: ¡Processing 4.0!</h3>
<p>
La versión 4.5 trae <a href="whatsnew.html" target="_black">varias mejoras</a> al modo Android, con un enfoque en la compatibilidad con Processing 4.0.</p>

<h3 id = "4.1-releases">Versión 4.1: depurador integrado y Realidad Aumentada</h3>
<p>
La versión 4.1 introduce <a href="whatsnew.html" target="_black">dos características notables</a> en Processing para Android: un depurador integrado, idéntico al que se encuentra disponible en el <a href="https://vimeo.com/140134398" target="_black">modo Java</a>, y una nueva biblioteca de realidad aumentada basada en <a href="https://developers.google.com/ar" target="_black">ARCore</a>.</p>
Expand Down
6 changes: 6 additions & 0 deletions es/whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ <h1 class="title">Processing para Android</h1>
</div>
<hr style="clear:both;">

<h2>Novedades en la versión 4.6.x</h2>
<p>La versión 4.6.x introduce actualizaciones significativas, incluyendo una reorganización de la estructura del proyecto para facilitar la depuración y el desarrollo. También aborda problemas con la instalación automática del SDK en Windows y asegura una integración más fácil de ejemplos de aplicaciones con Android Studio.</p>

<h2>Novedades en la versión 4.5.x</h2>
<p>La versión 4.5.x trae la restauración de la biblioteca VR al incluir los últimos paquetes de Google VR, la implementación de la función eye() para AR y varias correcciones, incluyendo solicitudes de permisos de cámara en AR y problemas con la descarga de imágenes del sistema para emuladores de relojes. Esta versión también introduce nuevos iconos predeterminados y apunta al SDK 33.</p>

<h2>Novedades en la versión 4.1.x</h2>
<p>La versión 4.1.x introduce soporte de aplicaciones AR! Revisa las muestras de código de AR bajo Android Examples/Libraries/AR, y también el tutorial en este sitio.</p>

Expand Down
28 changes: 27 additions & 1 deletion install.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,21 @@ <h2>The Android Mode</h2>

<p>You could also use only the Android core library to develop Android apps with the IDE of your choice, see <a href="tutorials/android_studio/index.html" target="_black">this tutorial</a> for more details.</p>

<h2>Stable releases</h2>
<h2>Quick install</h2>

<p>
Open a Processing editor window then click the link below:
</p>

<p>
<strong><a href="pde://github.com/processing/processing-android/releases/download/latest/AndroidMode.pdex" target="_black">Install Android Mode</a></strong>
</p>

<p>
This will install the latest version of the Android mode.
</p>

<h2>Contributions Manager</h2>
<p>
The latest stable release of the Android mode can be installed through the Contribution Manager (CM) in the PDE. To open the CM, click the arrow in the mode selector in the menu bar, and choose "Add Mode...":
</p>
Expand All @@ -77,6 +91,18 @@ <h2>Stable releases</h2>
After installing the mode, you will be able to switch into it using the mode selector in the menu bar. Follow the <a href="tutorials/getting_started/index.html" target="_black">Getting Started tutorial</a> for the first steps with the Android mode.
</p>

<h2>Changelog</h2>

<!-- ADD NEWER RELEASES HERE -->

<h3 id="4.6-releases">The 4.6 release: project structure and SDK improvements</h3>
<p>
Version 4.6 introduces <a href="whatsnew.html" target="_black">key updates</a> to the Android mode, including a reorganization of the project structure to <a href="https://github.com/processing/processing-android/wiki/Building-Processing-for-Android#developingdebuggingtesting-the-core-and-vr-libraries-with-android-studio">facilitate debugging and development</a></p>

<h3 id="4.5-releases">The 4.5 release: Processing 4.0!</h3>
<p>
Version 4.5 brings <a href="whatsnew.html" target="_black">several enhancements</a> to the Android mode, with a focus on compatibility with Processing 4.0.</p>

<h3 id="4.1-releases">The 4.1 release: integrated debugger and Augmented Reality</h3>
<p>
Version 4.1 introduces <a href="whatsnew.html" target="_black">two significant additions</a> to Processing for Android: an integrated debugger, just like the one available in the <a href="https://vimeo.com/140134398" target="_black">Java mode</a>, and a new AR library based on <a href="https://developers.google.com/ar" target="_black">ARCore</a>.</p>
Expand Down
6 changes: 6 additions & 0 deletions whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ <h1 class="title">Processing for Android</h1>
</div>
<hr style="clear:both;">

<h2>What's new in version 4.6.x</h2>
<p>Version 4.6.x introduces significant updates, including a reorganization of the project structure to facilitate debugging and development. It also addresses issues with the automatic SDK installation on Windows and ensures easier integration of app examples with Android Studio.</p>

<h2>What's new in version 4.5.x</h2>
<p>Version 4.5.x brings the restoration of the VR library by bundling the latest Google VR packages, implementation of the eye() function for AR, and several fixes including camera permission requests in AR and issues with downloading system images for watch emulators. This version also introduces new default icons and targets SDK 33.</p>

<h2>What's new in version 4.1.x</h2>
<p>Version 4.1.x brings support for AR apps! Check the AR samples under the Android Examples/Libraries/AR, and also the tutorial in this site.</p>

Expand Down