> 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/android/changelogs/version-6/v6-8-2.md).

# Version 6.8.2 Changelog (April 20, 2018)

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

Version: 6.8.2.65223

Release Date: April 20, 2018

## New features

* New [annotation style picker](/android/annotation/style-editor-dialog.md) for tablet mode
* New [`DocumentActivity`](/android/open-save-document/open.md) that allows easy integration with a ready to go viewer, and [highly configurable](/android/viewer/fragment-config.md) (Tools library required)

## Fixed

* Fixed: signature dialog does not resize when rotating the device
* Fixed: when editing a free text, non-related keyboard shortcut is still active
* Fixed: free text tool is not closed when Pan is selected
* Fixed: thumbnail slider is too thick on older devices
* Fixed: keeps selecting preset will make the shape border wider
* Fixed: sticky note create tool's quick menu does not dismiss when Pan is selected
* Fixed: double tap in free hand zooms instead of draw dots
* Fixed: upside down words in Outline dialog when Persian is the default language
* Fixed: signature dialog pen icon does not change color regardless what was picked in the color picker
* Fixed: annotation list for text markup shows wrong content
* Fixed: click into a sub menu in Outline dialog, dismiss, and open the outline again, no more back arrow to previous outline level
* Fixed: possibility of losing ink when edit ink in night mode


---

# 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/android/changelogs/version-6/v6-8-2.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.
