Skip to content

Commit

Permalink
GCR 2.0.0.1:
Browse files Browse the repository at this point in the history
Issue 1: Integrate app with Canada Inc Library.
Issue 2: Validate permissions.
Issue 3: Allow exporting of emails.
Issue 4: Remove animation toggling.
Issue 5: General software refactoring & performance improvements.
Issue 6: Tap into invocation framework.
Issue 8: Update assets.
Issue 9: Add bug reporter.
Issue 10: Distinguish between incoming and outgoing messages
  • Loading branch information
ragaeeb committed Aug 1, 2013
1 parent ed60648 commit db7749e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file added arm/o.le-v7/Exporter-2_0_0_1.bar
Binary file not shown.
1 change: 1 addition & 0 deletions assets/AccountsDropDown.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DropDown
title: qsTr("Account") + Retranslate.onLanguageChanged
property variant selectedAccountId
signal accountsLoaded(int numAccounts);
horizontalAlignment: HorizontalAlignment.Fill

function onAccountsImported(results)
{
Expand Down
4 changes: 2 additions & 2 deletions bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@

<!-- Fourth digit segment of the package version. First three segments are taken from the
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
<buildId>0</buildId>
<buildId>1</buildId>

<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->

<!-- Description, displayed in the BlackBerry Tablet OS application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<description>Allows the user to save their SMS/Email messages onto the device file system, SD card, or cloud storage. Also allows sharing of entire SMS/Email conversations via BBM, Remember, WhatsApp, Email, Facebook, LinkedIn, etc. You can also export any plain-text data to the file system via this app.</description>
<description>Allows the user to save their SMS/Email messages onto the device file system, SD card, or cloud storage. Also allows sharing of entire SMS/Email conversations via BBM, Remember, WhatsApp, Email, Facebook, LinkedIn, etc.</description>

<!-- Copyright information. Optional. -->
<!-- <copyright></copyright> -->
Expand Down
6 changes: 4 additions & 2 deletions translations/Exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../assets/AccountsDropDown.qml" line="31"/>
<location filename="../assets/AccountsDropDown.qml" line="32"/>
<source>Did not find any accounts. Maybe the app does not have the permissions it needs...</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -75,10 +75,12 @@ Use the Range Selector if the message gets truncated.</source>
Please report all bugs to:
[email protected]

Ever wanted to forward or share multiple SMS conversations with others (or yourself)? Or ever wanted to persist these messages into the file system? This is where Exporter comes in.
Ever wanted to forward or share multiple SMS or Email conversations with others (or yourself)? Or ever wanted to persist these messages into the file system? This is where Exporter comes in.

This app makes it really easy to select which conversations you want to share and even allows you to select a subset of the messages that you want to share. You can also select these conversations to be archived into your SD card, a cloud storage account, or any other persistent storage. After selecting the conversations you are free to share it in whichever channel you wish (ie: Facebook, Remember, Email, BBM, SMS, etc.)

The great thing is that the app gives you access to nearly all your accounts to export messages from. This includes emails, SMS, PIN messages, etc. Exporter is also registered as in BB10&apos;s invocation framework and this means that any plain-text information can easily be saved to your file system when you use a Share action!

</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit db7749e

Please sign in to comment.