GithubHelp home page GithubHelp logo

Release Updated Version about adium HOT 11 OPEN

adium avatar adium commented on May 18, 2024 14
Release Updated Version

from adium.

Comments (11)

jas8522 avatar jas8522 commented on May 18, 2024 10

The details on why there's no no updates is now here: #7 along with how to find the most recent work by @Asher- on fixing that up.

As for the message scrolling issue, thankfully that can be fixed without a new build. This solution comes from the forums here and this Softpedia article. Solution copied here:

  • Quit Adium
  • Go to Finder > Applications> Adium > right-click > Show Package Contents
  • Under the folder Contents > Resources, edit the file called Template.html with Atom or TextEdit and replace this (starting on line 215):
//Auto-scroll to bottom.  Use nearBottom to determine if a scrollToBottom is desired.
  function nearBottom() {
   return ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) );
  }
  function scrollToBottom() {
   document.body.scrollTop = document.body.offsetHeight;
  }

with this:

//Auto-scroll to bottom.  Use nearBottom to determine if a scrollToBottom is desired.
          function nearBottom() {
                 return 1;
          }
          function scrollToBottom() {
                 window.scrollTo(0, document.body.scrollHeight);
          }

Load Adium and see if it's fixed. If it is not, it's probably because your message style of choice needs the fix applied as well:

  • Under the folder Contents > Resources > Message Styles > {your active message style} > Right click - show package contents > Contents > Resources. If there is a file called Footer.html, open it and replace the entire function scrollToBottom() with this:
function scrollToBottom() {
                window.scrollTo(0, document.body.scrollHeight);
                return;
}

There is a branch for this here, but it doesn't do us much good in terms of putting out a new release until we get building working again.

from adium.

Neustradamus avatar Neustradamus commented on May 18, 2024 4

@bellwood, @jas8522: Any news for merging into master branch (last commit: 5 Sep 2016, in few days: 4 years, 5 months)

It must be better to merge all into master and remove old branches.

@RobFog, @kjc75, @Asher-, @evands: ^

@evands: There is a problem with your commits, not linked to your GitHub account:

cc: @xnyhps, @wixardy, @zorgiepoo, @monerobby.

Can you add public visibility in https://github.com/orgs/adium/people?

Information: Tails (Debian with Tor) changes Pidgin to another client:

Note: The current last Pidgin version is 2.14.1 and the 3.x is always in development: https://keep.imfreedom.org/pidgin/pidgin/

Linked to @shtrom for this plugin: https://github.com/shtrom/Lurch4Adium

cc: @thomasrussellmurphy, @jerrymf, @donatj, @Underboss572, @tchek, @sschneer.

from adium.

jas8522 avatar jas8522 commented on May 18, 2024 2

Master does not have shared commits. I have held off on moving the working branch to master until it is in working order.

I appreciate your reasoning, however I think if there is someone interested in helping to contribute, it would be easier for people to spot where we're at if the changes are in Master and we use a tag to identify release versions (rather than Master itself).

from adium.

Asher- avatar Asher- commented on May 18, 2024 2

It was moved to master several days ago now :)

from adium.

Asher- avatar Asher- commented on May 18, 2024 1

Master does not have shared commits. I have held off on moving the working branch to master until it is in working order.

from adium.

Neustradamus avatar Neustradamus commented on May 18, 2024

@Asher-: Thanks for your comprehension and the ticket status change.

from adium.

jas8522 avatar jas8522 commented on May 18, 2024

@Asher- oh, great!

from adium.

Neustradamus avatar Neustradamus commented on May 18, 2024

@jas8522: Thanks for the relaunch ^^

@Asher-: Excellent news, thanks to have listened some people like me, people can now see that Adium is not a dead project!

from adium.

estella144 avatar estella144 commented on May 18, 2024

So which version should we release? As I stated in #9 :

@Asher- and @jas8522 it is not. AFAIC #2 is just about getting Adium 1.5.11 out, while this [#9] is specific, centred around Apple M1 support.

from adium.

Neustradamus avatar Neustradamus commented on May 18, 2024

Linked to:

from adium.

Neustradamus avatar Neustradamus commented on May 18, 2024

A new build is planned or not?

from adium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.