> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/xamarin/changelogs/version-7/v7-0-0.md).

# Version 7.0.0 Changelog (July 30, 2019)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

Version: 7.0.0

Release Date: July 30, 2019

## Notes

This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 7.0.0 of the iOS and Android SDKs. More information can be found on [What's New for iOS](/ios/changelogs/version-7/v7-0-0-71974.md) and [What's New for Android](/android/changelogs/version-7/v7-0-0.md).

## Xamarin.Android

### New features

* Style editor is now available for text form field, supported style properties are: text color, text size, and font
* New [`RadioGroupFieldCreate`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.RadioGroupFieldCreate.html) tool for creating radio button
* Adds ability to group selected annotations, ungroup an existing group and comment on a group. When creating a group, the most recently added annotation within the selected annotations will be treated as the primary annotation
* Custom HTTP/HTTPS request headers are now supported when using [`ViewerBuilder`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerBuilder.html)
* Custom navigation icon is now supported when using [DocumentActivity](/xamarin/guides/getting-started/using-activity.md)

### Fixed

* Fixed issue where stamp rotation behaves strangely when the annotation toolbar is open
* Fixed issue where signature bounding box is larger than it needs

## Xamarin.iOS

### New features

* Added undo/redo support for the `PTPDFViewCtrl` and Tools project.
* Date, time, and numeric form fields now show a date, time, or number picker when activated.
* All text search results are now highlighted on each page when using the [`PTTextSearchViewController`](/xamarin/basic-operations/basics/find-text-i.md).
* Grouped annotations are now detected and can be moved and resized with the `PTAnnotEditTool`.
* Added a [new API](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.PTPDFViewCtrl.html#pdftron_PDF_PTPDFViewCtrl_AddFloatingView_UIKit_UIView_System_Int32_pdftronprivate_PTPDFRect_System_Boolean_) for adding `UIViews` to a PDF page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/xamarin/changelogs/version-7/v7-0-0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
