1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-17 09:04:55 +02:00
Commit graph

49 commits

Author SHA1 Message Date
massimilianoLe fb8eb60974 pullRefresh as option + Shortcut to settings @themesettings (#226)
* pull to refresh page

* Make youtube links open external

* corrected a bit but still not able to check if app is installed

* corrected triggersync

* Added option For user to choose how to open youtube links

* removed unecessary comment

* update with dandelion

* pull refresh option+shortcut to themes

* Changes request applyed

* added name in contributors list
2019-02-07 09:25:06 +00:00
Gregor Santner 4cd88400ee Rework string ids to tell content 2018-09-04 19:16:51 +02:00
Gregor Santner 48a00b099e
. 2018-09-04 17:02:34 +02:00
Gregor Santner dbbd3cef35 Use searchable dialog for tag and aspect/contact list
* Remove seperate fragments for both cases
* Make use of opoc/SearchOrCustomTextDialog
* Basically also removes all fragment swaps
  * Only two fragments are stream and podselection
  * Pod logout restarts app
  * Thus long known Android Supportlib bug can't occur

* Fixes #198
2018-07-25 01:59:25 +02:00
Gregor Santner 08242760bb
Migrate to opoc/basefragment; Fix redundant casts 2018-03-30 00:38:31 +02:00
Gregor Santner 086f056216 Modify toolbar item positions 2017-10-29 17:26:13 +01:00
Gregor Santner 4ba1b8671d Release v1.0.4 2017-09-11 21:19:30 +02:00
Gregor Santner 58d07f9c6c
Fix profile link 2017-09-11 20:32:40 +02:00
Gregor Santner b4608794ab Hide statusbar option for mainacitvity 2017-09-11 18:48:58 +02:00
Gregor Santner e443a8ed6f
Use opoc/AppSettingsBase as base of AppSettings 2017-05-20 02:08:04 +02:00
Gregor Santner baff1a1d35
Fixed #156 #158 #159
* Added pod spyurk.am
* Added chinese traditional language
* Added NavSlider option: Statistics
* Changed shared-by-notice text
2017-04-15 12:00:52 +02:00
Gregor Santner ac2327d2f2 Fix #151; URL handling; language; dia.so
* Language switcher in settings (#151)
* Handle dia.so links
* Improve security at internal browser decision
2017-03-05 20:51:56 +01:00
Gregor Santner 175125996e
Reformat java files 2016-12-18 15:07:23 +01:00
vanitasvitae b62f8d32b7
Added option to control screen rotation 2016-11-12 15:36:56 +01:00
vanitasvitae dd4af48b8e Fixed lint issues (suppressed, where they cant be fixed)
Release 0.2.0 (Updated translation files)

Announcing 0.2.0-next

Added wipe-settings option

Merge branch 'master' of github.com:Diaspora-for-Android/diaspora-android

Merge branch 'master' into wipe-settings

Added ThemedAlertDialogBuilder and a corresponding method in ThemeHelper

Merge branch 'master' into wipe-settings

Reworked dialog
2016-11-06 16:23:18 +01:00
Gregor Santner bc925e1a1e Release v0.2.0 2016-11-04 03:08:59 +01:00
vanitasvitae 765a96f48b
Removed unused applogs 2016-10-27 22:46:21 +02:00
vanitasvitae 30ca937461
Added info Toasts to Proxy preference, that inform the user about required restart and successful preset setting 2016-10-27 21:42:41 +02:00
Gregor Santner b7ca97208a BIG REFACTORING - 0.1.6-next edition 2016-10-26 16:23:14 +02:00
Gregor Santner 1cf21f057f Fixes #95 2016-10-25 23:04:16 +02:00
vanitasvitae b9221099c2 SQUASH
Rewrote ThemedSettings by inheriting Preference classes

Fixed issues pointed out by gsantner

Added back circle color picker preview to Settings and reflect color changes immediatelly :D

Removed some debug messages and unified usage of Themeable
2016-10-25 17:04:32 +02:00
vanitasvitae 6d4bc38ea6
Fixed SettingsActivity crash 2016-10-14 12:33:58 +02:00
Gregor Santner 110598ea85 Merge branch 'master' into poddy_as_podsource 2016-10-14 00:44:23 +02:00
vanitasvitae c67992fc37 Proxy tor preset
Set windowSoftInputMode to adjustResize, Repair sharing text into app, Repair image sharing on 4.2

Fix view intent

Update TR; Update buildToolsVersion -> 24.0.2

Update ISSUE_TEMPLATE.md
Update README.md

Switch ic_launcher back to png

Replace blowball image on splash with character

Reworked UI using Fragments

Merge branch 'master' into rework_fragments

Update README.md
Fixed top/bottom menu entry population

Added HashtagFragment

Moved WebClients and ChromeClients to webview package

Removed SplashActivity, migrated PodSelectionActivity to PodSelectionFragment

Merge branch 'master' into rework_fragments

Handle Intent.Action.Main in handleIntent()

Update strings-about.xml
Fixed image sharing to other apps

Get title for image sharing dialog from resources instead of using hardcoded string. Also do not show multiple permission dialogs stacked

Removed test Fragments and old SplashActivity related stuff

Merge branch 'master' into rework_fragments

Added some documentation to MainActivity

Fixed clear webview cache. Thanks @di72nn

Only set window title depending on webviews content, when DiasporaStreamFragment is displayed (do not overwrite other fragments title when the webview loads in the background)

Reworked custom themes

Set customtab color

Do not open load the stream when clicked on toolbar

Added note about customtabs and proxys. Fixes #77

Resolved merge conflicts

Removed duplicate method getAppSettings

Fixed default color was id instead of color value bug

Update TR

Some improvements of code quality

Moved colorpicker repo up

Fixed applying of settings

Fixed bug causing ClassCastException

Moved ThemeHelper and ColorPalette to util.theming

Added missing license headers to source files

Merge branch 'master' into proper-themes

Apply nav-slider entry visibilities in onResume

SettingsActivity: Switched to Toolbar and fixed toolbar color issue

Fixed BrowserFragment reloading in onResume and added credits to LeafPic

Added reference to ColorPicker in 3rd party licenses and updated support libraries

Merged master

Fixed applying proxy settings

Merged master proxy changes

Fixed nav slider layout color issue

Proxy tor preset

Reworked custom themes

Set customtab color

Do not open load the stream when clicked on toolbar

Added note about customtabs and proxys. Fixes #77

Resolved merge conflicts

Removed duplicate method getAppSettings

Fixed default color was id instead of color value bug

Update TR

Some improvements of code quality

Moved colorpicker repo up

Fixed applying of settings

Fixed bug causing ClassCastException

Moved ThemeHelper and ColorPalette to util.theming

Added missing license headers to source files

Merge branch 'master' into proper-themes

Apply nav-slider entry visibilities in onResume

SettingsActivity: Switched to Toolbar and fixed toolbar color issue

Fixed BrowserFragment reloading in onResume and added credits to LeafPic

Added reference to ColorPicker in 3rd party licenses and updated support libraries

Merged master

Fixed applying proxy settings

Merged master proxy changes

Fixed nav slider layout color issue

Merge branch 'proper-themes' of github.com:Diaspora-for-Android/diaspora-android into proper-themes
2016-10-13 16:56:31 +02:00
Gregor Santner d9740d7275 Merge branch 'master' into poddy_as_podsource 2016-10-07 14:36:50 +02:00
Gregor Santner c550c2474e Rework app to use new DiasporaPod class 2016-10-07 02:43:12 +02:00
vanitasvitae c005ef744d Fixed clear webview cache. Thanks @di72nn 2016-10-03 18:28:08 +02:00
Gregor Santner ed55459019 Move Logging to own class; Allow disable normal&spam messages 2016-09-19 01:10:29 +02:00
vanitasvitae 02f56f25fb Cleaned code, added debug log to DebugFragment of AboutActivity 2016-09-09 19:27:07 +02:00
vanitasvitae 823ab7b8d8 AboutActivity respects intellihide settings, all coordinatorlayouts do now snap, added back button to AboutActivity and SettingsActivity 2016-09-05 18:15:29 +02:00
vanitasvitae f8d8126c0e Removed unused classes and cleaned code up 2016-08-23 21:23:36 +02:00
vanitasvitae c3006f9fb2 Fix #54 2016-08-19 13:54:03 +02:00
vanitasvitae 08b39b16c9 Fixed #51 2016-08-14 18:23:23 +02:00
vanitasvitae 99349fc13a Migrated SettingsActivity to using PreferenceFragment 2016-08-13 19:54:16 +02:00
vanitasvitae 48a7680930 Fixed Navslider option changes not causing activity restart 2016-08-13 16:36:11 +02:00
Gregor Santner 4f8215beee Allow most navigation items to hide as pref 2016-08-13 14:13:14 +02:00
Gregor Santner 78f6c7e6e2 Optionally allow exit button in nav drawer 2016-08-07 02:28:37 +02:00
Gregor Santner ad2cb4c615 Merge preferences from AppSettings and SettingsActivy/preferences.xml 2016-08-02 21:33:13 +02:00
Gregor Santner 08d634c7f1 Update license infos of source files 2016-07-29 14:00:28 +02:00
Dmitriy Bogdanov 1fead42868
Add an option to clear WebView cache 2016-07-27 00:52:26 +04:00
Dmitriy Bogdanov dd98ce4389
Don't use startActivityForResult on SettingsActivity 2016-07-27 00:47:11 +04:00
vanitasvitae f5e2aef90f Added some more preference summaries 2016-06-20 10:51:20 +02:00
vanitasvitae 28bc94da44 Added change-pod-option to SettingsActivity 2016-06-18 21:45:23 +02:00
vanitasvitae dbfa8692e8 Moved pod settings to SettingsActivity 2016-06-18 15:53:49 +02:00
vanitasvitae e532cbc215 Connected proxy settings to SettingsActivity. 2016-06-16 23:36:52 +02:00
vanitasvitae 766a854a92 Made SettingsActivity use correct sharedPrefs, made FontSize and loadImages preferences work, removed unused code, moved webview initialization code in own method 2016-06-16 22:55:06 +02:00
vanitasvitae 8466c279bb Add isLoadDesktopPage to Preferences, make SettingsActivity list changed settings in Intent 2016-06-16 21:18:42 +02:00
vanitasvitae 8996d4a73a Added some strings and started to integrate settingsActivity into the app 2016-06-11 00:28:26 +02:00
vanitasvitae ec922f139f Added first design of a SettingsActivity 2016-06-09 22:21:49 +02:00