Skip to content

Commit

Permalink
replace main domain to tau-platform.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrys committed Feb 3, 2021
1 parent f925317 commit b8e89ab
Show file tree
Hide file tree
Showing 81 changed files with 250 additions and 253 deletions.
4 changes: 2 additions & 2 deletions .ci/targets/android/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ set -x
wget -q https://dl.google.com/android/repository/android-ndk-r$NDK_NUMBER-linux-x86_64.zip -O $HOME/ndk.zip
unzip -q $HOME/ndk.zip -d $HOME
rm $HOME/ndk.zip
wget -q https://s3.amazonaws.com/files.tau-technologies.com/buildenv/addon-symbol-emdk_v4.2-API-22.zip -O $HOME/emdk.zip
wget -q https://s3.amazonaws.com/files.tau-platform.com/buildenv/addon-symbol-emdk_v4.2-API-22.zip -O $HOME/emdk.zip
unzip -q $HOME/emdk.zip -d $ANDROID_HOME/add-ons

#hack - remove android platform 25 since it has no corresponding ndk api.
rm -r $ANDROID_HOME/platforms/android-25

#genearate keystore
cd $HOME/.android && printf "android\nandroid\nTRAVIS-CI\nCI-SYSTEM\nTAU\nUNIVERSE\nUNIVERSE\nUN\nyes\n\n" | keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000
#download
#download

#EMULEVEL=${RHO_ANDROID_LEVEL:-26}
#EMULEVEL=$((EMULEVEL>25?25:EMULEVEL))
Expand Down
4 changes: 2 additions & 2 deletions .ci/targets/android_native_lib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ ANDROID_NDK_HOME="${HOME}/android-ndk-r${NDK_NUMBER}"
wget -q https://dl.google.com/android/repository/android-ndk-r$NDK_NUMBER-linux-x86_64.zip -O $HOME/ndk.zip
unzip -q $HOME/ndk.zip -d $HOME
rm $HOME/ndk.zip
wget -q https://s3.amazonaws.com/files.tau-technologies.com/buildenv/addon-symbol-emdk_v4.2-API-22.zip -O $HOME/emdk.zip
wget -q https://s3.amazonaws.com/files.tau-platform.com/buildenv/addon-symbol-emdk_v4.2-API-22.zip -O $HOME/emdk.zip
unzip -q $HOME/emdk.zip -d $ANDROID_HOME/add-ons

#hack - remove android platform 25 since it has no corresponding ndk api.
rm -r $ANDROID_HOME/platforms/android-25

#genearate keystore
cd $HOME/.android && printf "android\nandroid\nTRAVIS-CI\nCI-SYSTEM\nTAU\nUNIVERSE\nUNIVERSE\nUN\nyes\n\n" | keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000
#download
#download

#EMULEVEL=${RHO_ANDROID_LEVEL:-26}
#EMULEVEL=$((EMULEVEL>25?25:EMULEVEL))
Expand Down
4 changes: 2 additions & 2 deletions .ci/targets/rhosimulator_osx/pre_gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set -e

echo Downloading Qt

wget -q https://s3.amazonaws.com/files.tau-technologies.com/buildenv/Qt5.13.2_mini.tar.gz -O $HOME/Qt5.13.2.tar.gz
wget -q https://s3.amazonaws.com/files.tau-platform.com/buildenv/Qt5.13.2_mini.tar.gz -O $HOME/Qt5.13.2.tar.gz
tar -xzf $HOME/Qt5.13.2.tar.gz -C $HOME/
echo Qt installed

echo "Installing Rhoconnect client"
echo "Installing Rhoconnect client"
git clone -b master https://github.com/rhomobile/rhoconnect-client.git ../rhoconnect-client

git clone -b OpenSSL_1_1_0-stable https://github.com/tauplatform/openssl.git ../openssl
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Found an issue with Rhodes, give feedback or provide a patch? Here's how!

## Reporting issues

We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within Rhodes. For application-specific or API-related questions, please visit our [Forums](http://forums.tau-technologies.com). Please read the following guidelines before opening any issue.
We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within Rhodes. For application-specific or API-related questions, please visit our [Forums](http://forums.tau-platform.com). Please read the following guidelines before opening any issue.

1. **Search for existing issues.** We sometimes get duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available.
2. **Create an isolated and reproducible test case.** Be sure the problem exists in Rhodes' code.
Expand Down
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h1>Contents</h1>
<P>
<a name="paradigms"></a><H2>Native, Hybrid and Web Applications</H2>
<P>
You can develop applications to run natively on the device (Native apps) or to run on a remote server. With Native applications you can code your business logic in Ruby or javascript, automatically obsfucate your code and run on the device; with pure web or hybrid applications you can leverage your existing web development experience to quickly get up and running creating a fully functional app with logic implemented both client-side and on the server. More information on all of these development paradigms can be found <a href="http://docs.tau-technologies.com">here</a>.
You can develop applications to run natively on the device (Native apps) or to run on a remote server. With Native applications you can code your business logic in Ruby or javascript, automatically obsfucate your code and run on the device; with pure web or hybrid applications you can leverage your existing web development experience to quickly get up and running creating a fully functional app with logic implemented both client-side and on the server. More information on all of these development paradigms can be found <a href="http://docs.tau-platform.com">here</a>.
<P>

<P>
Expand All @@ -256,7 +256,7 @@ <h1>Contents</h1>
<p>
<a name="installation"></a><H1>Installation</H1>
<p>
Instructions for installing RhoMobile Suite including all its components (Rhodes, RhoConnect, runtimes) on both Windows and Mac can be found in the <a href="http://docs.tau-technologies.com/rhoelements/rhoelements-install">online installation instructions</a>.
Instructions for installing RhoMobile Suite including all its components (Rhodes, RhoConnect, runtimes) on both Windows and Mac can be found in the <a href="http://docs.tau-platform.com/rhoelements/rhoelements-install">online installation instructions</a>.
<P>


Expand Down
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

# Current state of Rhomobile solution

Currently Rhomobile solution supported and improved by TAU Technologies (partner of Zebra Technologies).
For questions on commercial support contact [contact mail](mailto:info@tau-technologies.com) or reach out to the [TAU Technologies website](http://www.tau-technologies.com).
Currently Rhomobile solution supported and improved by TAU Technologies Inc (partner of Zebra Technologies).
For questions on commercial support contact [contact mail](mailto:info@tau-platform.com) or reach out to the [TAU Technologies website](http://www.tau-platform.com).

Current actual version is Rhomobile Suite 7.0. [Download RMS 7.0](http://tau-technologies.com/developers/downloads/)
Current actual version is Rhomobile Suite 7.0. [Download RMS 7.0](http://tau-platform.com/developers/downloads/)

Actual documentation located on [RMS 7.0 documentation](http://docs.tau-technologies.com/en/7.0/home)
Actual documentation located on [RMS 7.0 documentation](http://docs.tau-platform.com/en/7.0/home)


# RhoMobile Open Source Documentation

This page contains links to documentation and source-code repositories for the RhoMobile Suite, which has been released by Zebra Technologies to the open source community.
This page contains links to documentation and source-code repositories for the RhoMobile Suite, which has been released by Zebra Technologies to the open source community.

For access to prior documentation, please visit **[Zebra's RhoMobile documentation site](http://docs.rhomobile.com/en/5.4/guide/welcome)**.
For access to prior documentation, please visit **[Zebra's RhoMobile documentation site](http://docs.rhomobile.com/en/5.4/guide/welcome)**.


## Getting RhoMobile source code
Expand Down Expand Up @@ -63,46 +63,46 @@ Example of RhoMobile release tree ( just for reference, it may not correspond to

## Installation

[Windows First-time Install (32- and 64-bit)](http://docs.tau-technologies.com/en/7.0/guide/rhomobile-install#windows-first-time-install-32--and-64-bit) - How to install RhoMobile Suite on Windows (32- and 64-bit).
[Windows First-time Install (32- and 64-bit)](http://docs.tau-platform.com/en/7.0/guide/rhomobile-install#windows-first-time-install-32--and-64-bit) - How to install RhoMobile Suite on Windows (32- and 64-bit).

[Mac OS X First-time Install](http://docs.tau-technologies.com/en/7.0/guide/rhomobile-install#mac-os-x-first-time-install) - How to install RhoMobile Suite on Mac OS.
[Mac OS X First-time Install](http://docs.tau-platform.com/en/7.0/guide/rhomobile-install#mac-os-x-first-time-install) - How to install RhoMobile Suite on Mac OS.

## Building apps

[Build for Android](http://docs.tau-technologies.com/en/7.0/guide/build_android) - How to build apps for Android.

[Build for iOS](http://docs.tau-technologies.com/en/7.0/guide/build_ios) - How to build apps for iOS.
[Build for Android](http://docs.tau-platform.com/en/7.0/guide/build_android) - How to build apps for Android.

[Building for Windows](http://docs.tau-technologies.com/en/7.0/guide/build_win) - How to build apps for Windows.
[Build for iOS](http://docs.tau-platform.com/en/7.0/guide/build_ios) - How to build apps for iOS.

[Building for Windows ME/CE](http://docs.tau-technologies.com/en/7.0/guide/build_wm) - How to build apps for Windows Mobile.
[Building for Windows](http://docs.tau-platform.com/en/7.0/guide/build_win) - How to build apps for Windows.

[Building for Windows 10(UWP)](http://docs.tau-technologies.com/en/7.0/guide/build_uwp) - How to build apps for Windows 10(UWP).
[Building for Windows ME/CE](http://docs.tau-platform.com/en/7.0/guide/build_wm) - How to build apps for Windows Mobile.

[Building for Windows 10(UWP)](http://docs.tau-platform.com/en/7.0/guide/build_uwp) - How to build apps for Windows 10(UWP).

## RhoConnect Push Synchronization
[Introduction to Push](http://docs.tau-technologies.com/en/7.0/rhoconnect/push)

[Set up Google Cloud Messaging on client and server for Rhodes Android Device](http://docs.tau-technologies.com/en/7.0/rhoconnect/push-client-setup-android) - Setting Up RhoConnect Push-Based Synchronization with Google Cloud Messaging.
## RhoConnect Push Synchronization
[Introduction to Push](http://docs.tau-platform.com/en/7.0/rhoconnect/push)

[Set up Apple Push Notification Service on client and server for Rhodes iOS Device](http://docs.tau-technologies.com/en/7.0/rhoconnect/push-client-setup-ios) - Setting Up RhoConnect Push-Based Synchronization with Apple Push Notification Service.
[Set up Google Cloud Messaging on client and server for Rhodes Android Device](http://docs.tau-platform.com/en/7.0/rhoconnect/push-client-setup-android) - Setting Up RhoConnect Push-Based Synchronization with Google Cloud Messaging.

[Set up RhoConnect Push Service on client and server for Rhodes Android and Windows Mobile/CE Devices](http://docs.tau-technologies.com/en/7.0/rhoconnect/push-client-setup-rps) - Setting Up for RhoConnect Push Service on Client Application for Windows Mobile/CE Devices.
[Set up Apple Push Notification Service on client and server for Rhodes iOS Device](http://docs.tau-platform.com/en/7.0/rhoconnect/push-client-setup-ios) - Setting Up RhoConnect Push-Based Synchronization with Apple Push Notification Service.

[Set up RhoConnect Push Service on client and server for Rhodes Android and Windows Mobile/CE Devices](http://docs.tau-platform.com/en/7.0/rhoconnect/push-client-setup-rps) - Setting Up for RhoConnect Push Service on Client Application for Windows Mobile/CE Devices.


## Windows Mobile/CE Docs

[Dependent Include Files](https://github.com/rhomobile/rhodes/blob/master/doc/oss/WM_CE_Dependent_Include_Files.md) - Critical files that must be present for successfully targeting Windows Mobile/CE devices, and where and how to get them.
[Dependent Include Files](https://github.com/rhomobile/rhodes/blob/master/doc/oss/WM_CE_Dependent_Include_Files.md) - Critical files that must be present for successfully targeting Windows Mobile/CE devices, and where and how to get them.


## Android Docs

[Guidelines To Support Barcode API On Android JellyBean Devices](https://github.com/rhomobile/rhodes/blob/master/doc/oss/Barcode_support_doc.md) - Lists the Zebra Android devices capable of barcode scanning, their OS image versions and steps for activating the feature.
[Guidelines To Support Barcode API On Android JellyBean Devices](https://github.com/rhomobile/rhodes/blob/master/doc/oss/Barcode_support_doc.md) - Lists the Zebra Android devices capable of barcode scanning, their OS image versions and steps for activating the feature.


## Repositories Released as Open Source

Clone these repo(s) as required for your needs to generate a copy of the open source code to the local development machine.
Clone these repo(s) as required for your needs to generate a copy of the open source code to the local development machine.

[Rhodes](https://github.com/rhomobile/rhodes/)

Expand All @@ -119,4 +119,3 @@ Clone these repo(s) as required for your needs to generate a copy of the open so
[RhoInstaller](https://github.com/rhomobile/rhoinstaller/)

[RMS-Testing](https://github.com/rhomobile/RMS-Testing)

2 changes: 1 addition & 1 deletion doc/oss/DeveloperNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RE = RhoElements
User-managed **webkit** options:

* Provide or develop your own **webkit**
* Engage with a partner that is developing **webkit** options, such as **[Tau Technologies](http://tau-technologies.com/)** or **[Kutir](http://kutirtech.com/)**
* Engage with a partner that is developing **webkit** options, such as **[Tau Technologies](http://tau-platform.com/)** or **[Kutir](http://kutirtech.com/)**

##OTHER KNOWN ISSUES

Expand Down
2 changes: 1 addition & 1 deletion doc/oss/WM_CE_Installation_And_Build_Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
User-managed **Webkit** options:

* Provide/develop their own **Webkit** replacement
* Engage with a partner that is developing **Webkit** options, such as **[Tau Technologies](http://tau-technologies.com/)** or **[Kutir](http://kutirtech.com/)**
* Engage with a partner that is developing **Webkit** options, such as **[Tau Technologies](http://tau-platform.com/)** or **[Kutir](http://kutirtech.com/)**

[Learn more about RMS open sourcing](https://developer.zebra.com/community/rhomobile-suite/rhomobile-community/rhomobile-blogs/blog/2016/03/25/announcement-rhomobile-transitioning-to-open-source?et=watches.email.blog) and licensing options.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private slots:

serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceName, "BT message sender");
serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceDescription, "Message sender");
serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceProvider, "tau-technologies.com");
serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceProvider, "tau-platform.com");
serviceInfo.setServiceUuid(QBluetoothUuid(QBluetoothUuid::SerialPort));

QBluetoothServiceInfo::Sequence publicBrowse;
Expand Down
Loading

0 comments on commit b8e89ab

Please sign in to comment.