[RELEASE] ShareSocial - Social media sharing & More

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sam Lowry Offline
Junior Member
Posts: 25
Joined: Feb 2012
Reputation: 1
Post: #41
@ruuk - you did some serious improvements! Got twitter working, and I can now read the text without a problem. Thanks!
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #42
Version 0.1.9

Changes:
- Changed clipboard module name from Clipboard to SSClipboard to ensure a unique namespace

On my REPO.

Nothing really new this update. Only matters if you using the clipboard functions in my Forum Browser addon.
find quote
hasselhof Offline
Donor
Posts: 497
Joined: Jul 2008
Reputation: 32
Location: Nuneaton UK
Post: #43
(2012-06-17 21:24)ruuk Wrote:  Version 0.1.9

Changes:
- Changed clipboard module name from Clipboard to SSClipboard to ensure a unique namespace

On my REPO.

Nothing really new this update. Only matters if you using the clipboard functions in my Forum Browser addon.

Will the end user see the name change anywhere or is this undercover
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #44
(2012-06-19 20:41)hasselhof Wrote:  
(2012-06-17 21:24)ruuk Wrote:  Version 0.1.9

Changes:
- Changed clipboard module name from Clipboard to SSClipboard to ensure a unique namespace

On my REPO.

Nothing really new this update. Only matters if you using the clipboard functions in my Forum Browser addon.

Will the end user see the name change anywhere or is this undercover
This is undercover. Before, an addon developer who wanted to use the clipboard had to do:
Code:
import Clipboard
in the code, which I thought was a word that might interfere with some other module down the road or some existing python module that I don't know about, so i changed it to SSClipboard. This meant I needed to change it in X-Note and Forum Browser. From now on it shouldn't be an issue.
(This post was last modified: 2013-01-21 20:55 by ruuk.)
find quote
schumi2004 Offline
Fan
Posts: 637
Joined: Aug 2011
Reputation: 4
Post: #45
I tried to get this working on latest Frodo build but for some reason it doesn't work. Does it even work with Frodo builds?

[Image: watched-clearlogo.jpg]
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #46
(2012-10-20 02:26)schumi2004 Wrote:  I tried to get this working on latest Frodo build but for some reason it doesn't work. Does it even work with Frodo builds?

Don't know how I missed your post, but in any case it works with Frodo, and I have an update coming up soon that you can test and see if you still have problems.
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #47
Version 0.2.0

Changes:
- Added ability to provide other feed types such as images
- Added askForProvider() to the ShareManager which provides a dialog for choosing feed providers
- Added ability to display progress/share/provider dialog on top of other dialogs

On my REPO.
find quote
Post Reply