About  

Name  

Clipboard From/To

Copyright 2018, Yoshiaki Watanabe

Summary  

This is an application for extending clipboard function.

  1. This can display the clipboard text which was copied in other applications, can edit it, and can paste it in other applications.
  2. This can record the history of the clipboard change (For the clip captured in other applications, the text at returning to this is recorded).
  3. This can send the text to the speech, the Web search, QR Code generator, the phone dialer, the mailer, the favorites, and the file. This can send the text to various applications by using share function.
  4. This can acquire the text from the clipboard history, the favorites, the file, the time now, voice recognition, QR Code scanner, and various randoms. This can acquire the text by using share function from various applications.
  5. This can convert the text to URL-encoded, Base64-encoded, Hex-encoded, AES-crypted, and can decode these encoded/encrypted text.
  6. This can process the text by using scripts (JavaScript code).
  7. This can sort and search the history and the favorites.
  8. This can assign actions on shortcut buttons.
  9. This can execute a preset action immediately on text copy.
  10. This can show the real-time counter of characters at editing.
  11. This can zoom the text by pinch-in/pinch-out actions.
  12. This can send and receive the image and video via share/file/etc.
  13. This can crop/rotate/markup/adjust/etc. the image by calling image editing apps (such as Google Photos, Gallery Go and Google Markup).

Disclaimer  

This software is distributed with no guarantee. Even if damage/disadvantage relating to this software occurs, we do not take responsibility.

Libraries  

This software uses the following libraries distributed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).

  • ZXing ("zebra crossing") (https://github.com/zxing/zxing/)
  • Apache Commons (https://commons.apache.org/)
  • PureWriter/ToastCompat (https://github.com/PureWriter/ToastCompat
  • This software uses the following library distributed under Mozilla Public License 1.1 (https://www.mozilla.org/en-US/MPL/1.1/)

  • juniversalchardet (a Java port of 'universalchardet', that is the encoding detector library of Mozilla) (https://code.google.com/archive/p/juniversalchardet/)
  • This software uses the following library distributed under GNU General Public License v2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

  • APISENSE / rhino-android (https://github.com/APISENSE/rhino-android).
  • Privacy Policy  

    This software requests permissions for the camera. The permission is not mandatory. The camera is used for reading text from QR Code / barcode, and adding it to the clipboard.

    This software uses the network. The network is used for showing advertisement, browsing Web pages and accessing network storage.

    This software collects no personal data of users.


    Manual  

    Starting  

    Touch the icon named 'Clipboard From/To'. The system displays the following main screen including the text synced with clipboard.

    (* It is not the background sync. Clipboard data are acquired when the main screen of this application is appeared. When data are revised in this application, it is reflected to the clipboard.)


    Menu in Main Screen

    AInput mode buttonWhen touching this, The input mode at receiving text (OVR:overwrite, INS:insert) is toggled. Not the mode at editing text.
    BCharacter counterThis field shows the counts of character. The counts includes the CR code.
    CReceive iconWhen touching the icon, the menu for text receiving is displayed.
    DSend iconWhen touching this, the menu for text sending is displayed.
    EOption Menu iconWhen touching this, the option menu including settings and termination is displayed.
    FText areaThe text synced wwith clipboard is displayed.
    GShortcut buttonWhen touching this, a pre-specified action is executed directly. To set the shortcut for a button, hold down the button. The button count can also be changed in menu.

    Simple Operation  

    1. In the source application, long-touch the text and select 'Copy'.
    2. In this application, edit text, send text to anywhere, or receive text from anywhere. Various methods are implemented for sending and receiving.
    3. In the destination application, long-touch the insert point and select 'Paste'.

    History Screen  

    When selecting the menu 'Receive icon»From history', the following screen is displayed.

    The screen shows the list of the texts copied to the clipboard in the past. Touched item is sent to the clipboard. When long-touching a list item or touching the context menu icon, the context menu about the item is shown.


    Menu in History Screen

    ASort iconThe order of the list is turned as 'update time'»'ascending alphabetical'»'descending alphabetical'.
    BSearch iconIncremental search.
    COption Menu iconShow other option menu ('Clear History', etc.).
    DText list areaShow the list of the clipboard history.
    EContext Menu IconShow the context menu ('Delete', etc.).

    The history is held in a fixed duration (Expiration time in Settings) and is removed.

    Favorites Screen  

    When selecting the menu 'Receive icon»From Favorites' or 'Send icon»To Favorites', the following screen is displayed.

    The screen shows the list of the texts registered to favorites in the past. Touched item is sent to the main view. When long-touching a list item or touching the context menu icon, the context menu about the item is shown.


    Menu in Favorites Screen

    ASort iconThe order of the list is turned as 'update time'»'ascending alphabetical'»'descending alphabetical'.
    BSearch iconIncremental search.
    CMenu iconShow other option menu ('Clear Favorites', etc.).
    DText list areaShow the list of favorites registered by the user.
    EContext Menu IconShow the context menu ('Delete', etc.).

    Random Generator  

    When selecting the menu 'Receive icon»From Random', the following screen is displayed.

    This can generate various randoms as follows.

    Alphanumeric charsGenerate a sequence of alphanumeric chars (e.g.[Xa2b9]).
    Alphabetic charsGenerate a sequence of alphabetic chars (e.g.[fGueQ]).
    Chars in a rangeGenerate a sequence of chars in a range (e.g.[gpuhd] when the range is [a:z]. Range [0:9] for numeric chars, range [!:~] for printable chars). Endpoints are included.
    PermutationGenerate a sequence of re-arranged numbers in the range without repetition (e.g. [4 2 1 3] when range is [1:4]). Endpoints are included.
    SampleGenerate a sequence of re-arranged chars in the string without repetition (e.g. [BDCA] when string is [ABCD]).
    Integer numberGenerate a random integer number in the range (e.g. [52] when range is [0:100]). Endpoints are included.
    Real numberGenerate a random real number in the range (e.g. [0.497] when range is [0:1]). Endpoints are excluded.

    This has following options. The necessary options are olny shown.

    LengthIndicate the length of string to generate.
    Repeat CountIndicate the repeat count of generation. The values [length=10, repeat count=5] means the generation of five strings each of which has ten characters.
    SeparatorIndicate chars to separete strings. The value [\n] means the CR(Carrage Return) code and [\t] means the TAB code.
    RangeIndicate the range of codes or values.

    Scripts Screen  

    When selecting the menu 'Send icon»To Script Processing', the following screen is displayed.

    The screen shows the list of registered scripts (JavaScript code). When touching a script, the script runs on the text shown in the main view. When long-touching a script or touching the context menu icon, the context menu about the script is shown ('Delete', etc.). When touching the option menu icon at the top-right corner of the screen, the option menu about this screen is shown (e.g., clear all and new script).


    Menu in Scripts screen

    In the script, the variable 'clipText' holds the text shown in the main view. The script should be programmed to revise the 'clipText'. For example, the following code converts the text to the capital letter.

    clipText=clipText.toUpperCase();

    It is not possible to describe the interactive or graphical script. It is not possible to execute the time consuming script. As Liblary Rhino is used for implementation, the supported functions depend on the library Rhino.

    Following sample scripts are included.

    ToUpperCaseConvert the alphabets in the text to upper case letter.
    ToLowerCaseConvert the alphabets in the text to lower case letter.
    TrimRemove spaces at the head and tail of the text.
    DropSpaceRemove spaces in the text.
    LengthGet the length of the text.
    LineNumberAdd the line number at the head of each line.
    EvalEvaluate the text as JavaScript code. For example, when the text is [1+2*3], the result is [7.0]. When the text is [Math.sqrt(9)], the result is [3.0].
    SumCalculate the sum of numbers in the text. For example, when text is [3 4 -2], the result is [5.0]. The extra characters are removed. If failed, remove these manually and re-run.
    Please add/revise scripts referencing these scripts.

    Shortcut Button Setting  

    When you press and hold a shortcut button, the shortcut setting for the button is shown.

    AShortcut ActionIt indicates the shortcut action for the button. When you select an action including "Specific", settings for "Specific" is requested.
    BButton TextThe string displayed on the button. It can be edited freely.
    CInput ModeIt indicates the mode (Insert/Overwrite/Add to Head/Add to Tail) of the text addition. If you select "Depend on App. Setting", the mode depends on the application setting.

    Visibility of shortcut buttons can be changed in menu » Settings as Visible/Invisible/Alternate-with-Keyboard.

    Export and Import  

    The history, favorites and scripts can be exported (written) to CSV files. And these can be imported (read) from CSV files. These functions is found in the menu of each screen.

    The CSV file created for export has the structure of following example. The first row should be the header (id/text/title/date). The CSV file opened for import should have the same header row.

    idtexttitledate
    19Clip Text AEx.12018-11-22 01:23:45
    21Clip Text BEx.22018-11-22 01:34:56
    22Clip Text CEx.32018-11-22 01:45:01

    The 'id' is the identification number. The 'text' is the text content. The 'title' is the title of the text. And the 'date' is the access date.

    In the import, if the 'id' is matched to an existing row, the row is updated. If it is not matched to an existing row, or it is the null string, a new row is inserted. If the 'date' is the null string, it is set as the import date.

    The default format of the export (write out) file is CSV (Comma Separated Values). The Comma is used for the separator. However, when the file extension is changed to "TSV", the Tab is used for the separator. And, when the file extension is changed to "TXT", the Space is used for the separator. On the other hand, the format of import (read in) file is determined from the separator(Comma, Tab, Space) used in the header line.

    Receive icon»From HistoryShow the clipboard history.
    Receive icon»From NewReplace with new text.
    Receive icon»From Share FunctionShow description for getting text from share function.
    Receive icon»From FavoritesShow the favorites registered by the user.
    Receive icon»From FileRead the text from the indicated text file. The character code is UTF-8.
    Receive icon»From QR CodeStart QR Code scanning.
    Receive icon»From Voice RecognitionStart voice recognition.
    Receive icon»From Date NowGet 'Date Now'. The format is indicated in Settings.
    Receive icon»From Time NowGet 'Time Now'. The format is indicated in Settings.
    Receive icon»From DateTime NowGet 'DateTime Now'. The format is indicated in Settings.
    Receive icon»From RandomGenerate random values
    Receive icon»From ClipboardGet clipboard text. Invisible in auto-sync mode.
    Receive icon»From CameraGet image by using camera.
    Receive icon»From Video CameraGet movie by using video camera.
    Receive icon»From Hand WriteGet drawing by using hand write function.
    Send icon»To Share FunctionShow the list of applications to which the text is sent.
    Send icon»To FavoritesRegister the text to favorites.
    Send icon»To FileWrite the text to the indicated text file. The character code is UTF-8. The empty text file (the text length is zero) is not created. To delete a file, write out empty text to the file.
    Send icon»To QR CodeShow the QR Code pattern for the text.
    Send icon»To SpeechSpeak out the text. Refer to the system setting for TTS(Text To Speech).
    Send icon»To web SearchSearch the text in the Web.
    Send icon»To Mailer(Body)Send the text to the body area of a mailer.
    Send icon»To Mailer(Destination)Send the text to the destination field of a mailer.
    Send icon»To Phone DialerSend the text to the phone dialer. No automatic call action is executed.
    Send icon»To URL EncodeEncode the text to the text safe in URL.
    Send icon»To URL DecodeDecode the URL-encoded text.
    Send icon»To Base64 EncodeEncode the text with Base64.
    Send icon»To Base64 DecodeDecode the Base64-encoded text.
    Send icon»To Hex EncodeEncode the text to Hexadecimal notation.
    Send icon»To Hex DecodeDecode the Hex-encoded text.
    Send icon»To AES EncryptEncrypt the text with AES.
    Send icon»To AES DecryptDecode the AES-encrypted text.
    Send icon»To ScriptProcess the text with a script(code of JavaScript).
    Send icon»To ClipboardSend the text to clipboard. Invisible in auto-sync mode.
    Send icon»To Image EditCrop/rotate/markup/adjust/etc. the image by using image editing apps (such as Google Photos, Gallery Go and Google Markup).
    Option Menu icon»NewClear the text on the screen.
    Option Menu icon»Settings»History expiration time(Hours)Set the history expiration time in hours. The history passing the duration is removed. The value 0 means infinity.
    Option Menu icon»Settings»Time FormatSet the format for showing 'Time Now'(in SimpleDateFormat of Java).
    Option Menu icon»Settings»Date FormatSet the format for showing 'Date Now'(in SimpleDateFormat of Java).
    Option Menu icon»Settings»DateTime FormatSet the format for showing 'DateTime Now'(in SimpleDateFormat of Java).
    Option Menu icon»Settings»Total Number of Shortcut ButtonsSet the total count of shortcut buttons.
    Option Menu icon»Settings»Number of Shortcut Buttons in One RowSet the count of shortcut buttons in one row.
    Option Menu icon»Settings»Shortcut Button VisibilitySwitch the visibility of shortcut buttons as Visible/Invisible/Alternate-with-Keyboard.
    Option Menu icon»Settings»Dark ModeSwitch the dark mode (follow system / on / off).
    Option Menu icon»Settings»Overlay ModeIf On, the acquired text overlays the current text. If Off, it is inserted to the cursor position of the current text.
    Option Menu icon»Settings»Auto Sync ModeIf On, the view text is synchronized with clipboard automatically. If Off, explicit action is needed for copy/paste. Default is On.
    Option Menu icon»Settings»Hide Keyboard at ResumingIf On, Virtual Keyboard is not shown at resuming.
    Option Menu icon»Settings»Create Auto Link to URLsIf On, the link is created to URLs in the text automatically. Default is Off.
    Option Menu icon»Settings»Create Auto Link to Email AddressesIf On, the link is created to Email addresses in the text automatically. Default is Off.
    Option Menu icon»Settings»Create Auto Link toPhone NumbersIf On, the link is created to Phone numbers in the text automatically. Default is Off.
    Option Menu icon»Settings»Charset at Reading Text FileThe character set used for reading text files. Though not perfect, 'Auto Detection' can be set.
    Option Menu icon»Settings»Charset at Writing Text FileThe character set used for writing text files.
    Option Menu icon»Settings»Is AES Key HeldIf On, last entered AES key is held and set in the input field.
    Option Menu icon»How to UseShow a simple 'How to use' page.
    Option Menu icon»HelpShow this Web page.
    Option Menu icon»VersionShow app version.
    Option Menu icon»Remove AdvertisementStart in-app billing for removing advertisement banner.
    Sort iconThe order of the list is turned as 'update time' » 'ascending alphabetical' » 'descending alphabetical'.
    Search iconIncremental search.
    Option Menu icon»Clear All HistoryClear all items in the history.
    Option Menu icon»Export to CSV FileWrite history to CSV file. The character code is UTF-8.
    Option Menu icon»Import from CSV FileRead history from CSV file. The character code is UTF-8.
    Long-touch on text»DeleteDelete the item.
    Long-touch on text»Set TitleSet the title to the item.
    Long-touch on text»Show Full TextShow all text of the item.
    Context menu icon»DeleteDelete the item.
    Context menu icon»Set TitleSet the title to the item.
    Context menu icon»Show Full TextShow all text of the item.
    Sort iconThe order of the list is turned as 'update time' » 'ascending alphabetical' » 'descending alphabetical'.
    Search iconIncremental search.
    Option Menu icon»Clear All FavoritesClear all items in the favorites.
    Option Menu icon»Export to CSV FileWrite favorites to CSV file. The character code is UTF-8.
    Option Menu icon»Import from CSV FileRead favorites from CSV file. The character code is UTF-8.
    Long-touch on text»DeleteDelete the item.
    Long-touch on text»Set TitleSet the title to the item.
    Long-touch on text»Show Full TextShow all text of the item.
    Context menu icon»DeleteDelete the item.
    Context menu icon»Set TitleSet the title to the item.
    Context menu icon»Show Full TextShow all text of the item.
    Sort iconThe order of the list is turned as 'update time' » 'ascending alphabetical' » 'descending alphabetical'.
    Search iconIncremental search.
    Option Menu icon»Clear All ScriptsClear all items in the scripts store.
    Option Menu icon»New ScriptCreate a new script.
    Option Menu icon»Reload SamplesReload sample scripts.
    Option Menu icon»Export to CSV FileWrite scripts to CSV file. The character code is UTF-8.
    Option Menu icon»Import from CSV FileRead scripts from CSV file. The character code is UTF-8.
    Long-touch on text»DeleteDelete the item.
    Long-touch on text»CopyCopy the item.
    Long-touch on text»EditEdit the item.
    Long-touch on text»Set TitleSet the title to the item.
    Long-touch on text»Show Full TextShow all text of the item.
    Context menu icon»DeleteDelete the item.
    Context menu icon»CopyCopy the item.
    Context menu icon»EditEdit the item.
    Context menu icon»Set TitleSet the title to the item.
    Context menu icon»Show Full TextShow all text of the item.

    Support  

    Following web page has been prepared. It includes this HELP and QAs. Use it for browsing on PC.
     https://clipboard-from-to.web.app/cft/en/

    Please send questions and bug reports to the following mail address.
     watanaby00@yahoo.co.jp

    ChangeLog  

  • 2018/08/25 Version 1.0.0 is released.
  • 2018/09/10 Version 1.1.0 is released. Added URL encode, URL decode, Base64 encode, Base64 decode, Hex encode, and Hex decode.
  • 2018/09/14 Version 1.2.0 is released. Added AES encrypt and AES decrypt.
  • 2018/09/20 Version 1.3.0 is released. Added the random generator. Fixed small bugs.
  • 2018/09/24 Version 1.4.0 is released. Added the function of text processing by using scripts (JavaScript code). Fixed small bugs.
  • 2018/10/22 Version 1.5.0 is released. Changed to bring this application to the forefront immediately at clipboard changed (It can be disabled in settings). Fixed small bugs.
  • 2018/11/16 Version 1.6.0 is released. Added shortcut buttons. A pre-specified action can be executed directly. Fixed small bugs.
  • 2018/11/18 Version 1.6.1 is released. Added sample scripts. Reload these from the menu of the script screen. Fixed small bugs.
  • 2018/11/29 Version 1.7.0 is released. Added the function of executing a preset action immediately when the clipboard is changed. Fixed small bugs.
  • 2018/12/06 Version 1.8.0 is released. Added functions of export and import. The history, favorites and scripts are saved to CSV files and loaded from these.
  • 2018/12/09 Version 1.8.1 is released. Fixed an error in the action bar of the scripts screen.
  • 2018/12/17 Version 1.8.2 is released. Fixed an error in the CSV export.
  • 2019/04/13 Version 1.8.3 is released. Added the clipboard text in the notification of the resident service. Also added buttons for 'stop service' and 'show history'.
  • 2019/06/10 Version 1.9.0 is released. Added Tab and Space in addition to Comma as the separator of the import and the export. Added the execution of shortcut 0 from the notification bar. Fixed small bugs.
  • 2019/07/03 Version 1.9.1 is released. Fixed a bug about showing advertisement.
  • 2019/07/12 Version 1.9.2 is released. Removed the item purchase. Added the time stamp to the history and other lists.
  • 2019/07/14 Version 1.9.3 is released. Added infinity to the history expiration time setting.
  • 2019/07/17 Version 1.9.4 is released. Added the character counter to the action bar.
  • 2019/07/21 Version 1.9.5 is released. Added pinch-in/pinch-out actions for scaling the display text size.
  • 2019/08/06 Version 1.9.6 is released. Added a dialog shown at the first launch.
  • 2019/09/25 Version 1.9.7 is released. Added the setting of transient service. If on, the service is terminated when the application is terminated.
  • 2019/10/11 Version 1.9.8 is released. Changed the target sdk version to follow the Google's requirement.
  • 2019/12/20 Version 1.10.0 is released. Changed the default text acquisition mode from overlay to insertion. (The mode can be toggled in settings).
  • 2020/02/01 Version 1.10.1 is released. Fixed a bug about the character counter. Changed a menu notation from 'clear' to 'new'.
  • 2020/02/16 Version 1.10.2 is released. Changed the default text acquisition mode from insertion to overlay. (The mode can be toggled in settings). Changed the display text on default shortcut buttons.
  • 2020/02/27 Version 1.10.3 is released. Fixed a bug about mode setting.
  • 2020/03/01 Version 1.11.0 is released. Modified functions in the limitation of the Android10.
  • 2020/03/06 Version 1.11.1 is released. Fixed a bug about file save. Added the mode toggle of auto sync.
  • 2020/03/09 Version 1.11.2 is released. Added setting of charset at reading and writing. Can set charset at reading as 'auto detection'.
  • 2020/03/16 Version 1.11.3 is released. Added in-app billing for removing advertisement banner.
  • 2020/03/16 Version 1.11.4 is released. Fixed a bug about banner display.
  • 2020/03/17 Version 1.11.5 is released. Fixed a bug about banner display.
  • 2020/03/28 Version 1.11.6 is released. Fixed small bugs.
  • 2020/03/30 Version 1.12.0 is released. Changed a shortcut button to show simple how-to at the first loading. The simple how-to can also be displayed from the menu. Added toggles for ins/over and the auto-sync to the shortcut menu.
  • 2020/04/06 Version 1.12.1 is released. Performed code refactoring. Modified settings menu.
  • 2020/09/08 Version 1.12.2 is released. Fixed a bug at calling the Settings menu.
  • 2020/10/22 Version 1.13.0 is released. Added a button in the action bar to select the input mode(insert/overwrite) at receiving text.
  • 2020/11/01 Version 1.13.1 is released. Removed the location search function. Changed the code according to the upgrade of system functions. Fixed small bugs.
  • 2021/03/02 Version 1.13.2 is released. Updated the link of libraries.
  • 2021/03/06 Version 1.13.3 is released. Fixed the bug about shortcut buttons visibility.
  • 2021/04/01 Version 1.13.4 is released. Added the setting of the shortcut button visibility. It can be switched to Visible/Invisible/Alternate-with-Keyboard.
  • 2021/04/10 Version 1.13.5 is released. Fixed a crash.
  • 2021/06/01 Version 1.13.6 is released. Modified deprecated code. Fixed small bugs.
  • 2021/06/03 Version 1.13.7 is released. Fixed a small bug.
  • 2021/06/23 Version 1.13.8 is released. Fixed a bug about loading speech recognition on Android 11. Changed the default of Transient Service Mode to On. Added the setting of Auto Link.
  • 2021/07/06 Version 1.14.0 is released. Added input mode selector (overwrite, insert, etc) to the shortcut button setting. Removed the resident service and the notification, because the background access to the clipboard is disabled from Android 10. Changed to record the history independent to the auto sync mode. Added confirmation dialogs to the deletion of script/history/favorite. Fixed small bugs.
  • 2021/07/11 Version 1.14.1 is released. Added the setting to hide virtual keyboard at resuming.
  • 2021/07/12 Version 1.14.2 is released. Fixed a visibility bug.
  • 2021/07/13 Version 1.14.3 is released. Modified help document.
  • 2021/10/04 Version 1.15.0 is released. Added the treatment of image and video. These can be sent and received via share/clipboard/file. Fixed small bugs.
  • 2021/10/05 Version 1.15.1 is released. Fixed a small bug.
  • 2021/10/11 Version 1.15.2 is released. Changed UI for deleting memo. Fixed a bug about receiving data from share.
  • 2021/11/22 Version 1.16.0 is released. Added the treatment of hand write. Modified image showing. Added cooperation with the image editing applications (such as Google Photos, Gallery Go and Google Markup). Added warning display at selecting incompatible combination.
  • 2022/06/25 Version 1.16.1 is released. Added image share functions to the candidate list of "To Specific Share Function".
  • 2023/05/01 Version 1.16.2 is released. Modified history/favorites list view. Decreased history saving. Fixed deprecated code. Fixed small bugs.
  • 2023/05/15 Version 1.16.3 is released. Added context menu icon to the history/favorites/scripts list view. Removed the confirmation delay of deletion in the history/favorites/scripts list view.
  • 2023/07/18 Version 1.17.0 is released. Supported dark mode. Added search function in Web view. Fixed a bug in the hand-write settings.
  • 2023/07/23 Version 1.17.1 is released. Fixed a small bug.
  • 2023/08/21 Version 1.17.2 is released. Fixed bugs about charset setting and others.
  • 2023/10/03 Version 1.17.3 is released. Fixed a bug at reading text file.
  • 2023/10/20 Version 1.17.4 is released. Fixed deprecated code. Updated the link of libraries.
  • 2023/12/22 Version 1.17.5 is released. Improved the function for receiving share. Fixed the bug in displaying advertisement. Modified AES encoding/decoding code. Fixed a bug in setting title of History and Favorites.
  • 2024/01/09 Version 1.17.6 is released. Fixed a bug in displaying advertisement.
  • 2024/01/10 Version 1.17.7 is released. Paused the advertisement display because of bugs.
  • 2024/01/11 Version 1.17.8 is released. Fixed bugs and restarted the advertisement display.
  • 2024/01/14 Version 1.17.9 is released. Fixed a bug in the CSV import function. Modified the advertisement display. Updated the sort function.
  • 2024/02/22 Version 1.17.10 is released. Modified the advertisement display.
  • 2024/09/16 Version 1.17.11 is released. Added item "Is AES Key Held" to settings.
  • 2024/09/19 Version 1.17.12 is released. Added "No History" in the setting of the History Expiration Time.