summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2022-12-05replace motd png with vector graphiccyberta
2022-12-04implement RiseupVPN splash screen for Android API 31+cyberta
2022-12-04replace vpn state background pngs for Bitmask with vector graphicscyberta
2022-12-04replace connected state background pngs for RiseupVPN with vector graphicscyberta
2022-12-02fix location button icon color for RiseupVPNcyberta
2022-12-02clean upcyberta
2022-12-02increase shadow of main buttoncyberta
2022-12-02replace button pngs with vector graphicscyberta
2022-12-02tweak on/off button sizecyberta
2022-12-02add another setText() method in LocationButton that allows to pass a string r...cyberta
2022-12-02fix colorscyberta
2022-12-02implement transition animation between connected and disconnected state for R...cyberta
2022-12-02implement connecting animation for riseupcyberta
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-12-02add new drawables for riseupVPNcyberta
2022-12-02add missing default EipFragment layout file for x-large portrait displayscyberta
2022-12-02fix default location button designcyberta
2022-12-02keep default EipFragment layout for backwards compatibilitycyberta
2022-12-02rename drawables and colors according to the state they're representingcyberta
2022-11-30rename drawables and colors according to the state they're representingcyberta
2022-11-30add raven drawablescyberta
2022-11-30delete unused color drawablecyberta
2022-11-30clean up importscyberta
2022-11-30avoid resource not found exception by initializing actionBarTextColor with de...cyberta
2022-11-30fix missing location button view bindings for custom branded buildscyberta
2022-11-30rename progress animation image, fix missing resource in custom branded buildscyberta
2022-11-30clean up, null view referencescyberta
2022-11-30tint action bar according to connection statecyberta
2022-11-30we don't use a color filter in Bitmask anymorecyberta
2022-11-30new Bitmask EipFragment layout for xlarge screens, delete unused background d...cyberta
2022-11-30scale background imagescyBerta
2022-11-30new EipFragment layout for Bitmask - portraitcyberta
2022-11-30split EipFragment and MainButon into normal and custom flavor, implement new ...cyberta
2022-11-30split eip fragment xml per normal/custom flavorcyberta
2022-11-30move EipFragment to normal and custom flavor for nowcyberta
2022-11-30implement splash screen - for now without progress bar animationcyberta
2022-11-22improve pattern matching for getFormattedDateWithTimezone() testcyberta
2022-11-22debug failing test in CI - print out formatted datecyberta
2022-11-22fix testscyBerta
2022-11-22update test vpn cert and key - we should find a better way to mock both inste...cyBerta
2022-11-22improve motd icon for riseupcyBerta
2022-11-22add missing call to super in ProviderListBaseActivitycyBerta
2022-11-22remove unused importscyBerta
2022-11-22add unit test to verify the required date formatting is correctcyBerta
2022-11-22allow set motd image in custom branded versionscyBerta
2022-11-22use gradient for motd background, simple button stylecyBerta
2022-11-22create UI for message of the daycyBerta
2022-11-22stub implementation to start motd UI on app start if requiredcyBerta
2022-11-22implement motd download in ProviderAPI Service, persist motdcyBerta
2022-11-22initialize custom branded Provider model with motd urlcyBerta