Skip to content
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

ATAK 4.1.0.0 #5

Merged
merged 3 commits into from
Aug 24, 2020
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
48 changes: 44 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ If you modify this Program, or any covered work, by linking or combining
it with DataDroid (or a modified version of that library),
containing parts covered by the terms of the Beerware License, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of DataDroid
used as well as that of the covered work.

Expand Down Expand Up @@ -476,23 +476,23 @@ If you modify this Program, or any covered work, by linking or combining
it with Sanselan (or a modified version of that library),
containing parts covered by the terms of the Apache License v2.0, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of SimpleKML
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with SimpleKML (or a modified version of that library),
containing parts covered by the terms of the Apache License v2.0, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of SimpleKML
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with SimpleXML (or a modified version of that library),
containing parts covered by the terms of the Apache License v2.0, the
licensors of this Program grant you additional permission to convey the
resulting work Corresponding Source for a non-source form of such a
resulting work Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of SimpleXML
used as well as that of the covered work.

Expand Down Expand Up @@ -660,6 +660,46 @@ resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of zlib
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with tinygltf (or a modified version of that library),
containing parts covered by the terms of the MIT License, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of tinygltf
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with tinygltfloader (or a modified version of that library),
containing parts covered by the terms of the MIT License, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of tinygltfloader
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with JSON For Modern C++ (or a modified version of that library),
containing parts covered by the terms of the MIT License, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of JSON For Modern C++
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with stb_image (or a modified version of that library),
containing parts that are Public Domain software, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of stb_image
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with stb_image_write (or a modified version of that library),
containing parts that are Public Domain software, the
licensors of this Program grant you additional permission to convey the
resulting work. Corresponding Source for a non-source form of such a
combination shall include the source code for the parts of stb_image_write
used as well as that of the covered work.

If you modify this Program, or any covered work, by linking or combining
it with LIBEXPAT (or a modified version of that library),
containing parts covered by the terms of the LIBEXPAT License, the
Expand Down
20 changes: 20 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Version History

## 4.1.0.0

* Bloodhound integration with route planners
* Data Packages sent via HTTPS by default
* 3D Vehicle Icons
* 3D Route Visualization
* Migrate to Android 29 (minimum version Android 21)
* Migrate to AndroidX
* New dynamic radial menu API
* Add SRT support to video libraries
* Fixed issue where files on an external SD card are not loaded when ATAK is run for the first time.
* Received SPI now can be color coded from the radial menu.
* Various performance improvements.
* Tested and verified working against Android 10.
* Support for SRT video within ATAK
* Support for recording of RTSP streams.
* Updated all bundled applications to be compliant with Android 29.
* Updated allowable units of measure for user created shapes.
* Introduced translation for French speaking users. The French translation is enabled by setting the device’s language to French and launching ATAK. Figure 53 shows the ATAK additional tools menu in French.

## 4.0.0.7

* Set the GPL license as the EULA on application start
Expand Down
Loading