-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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'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> | ||
|